[Frontend] Modified .tick-labels in Timelines

open #909
- Changed markup to not use plot .tick-label class;
- Changed CSS accordingly;
- Fixed alignment (clipped bottom value) by
refactoring to use flex-box layout for tick labels;
This commit is contained in:
Charles Hacskaylo
2016-05-10 20:41:52 -07:00
parent 3727b287a1
commit a58fe1f81c
2 changed files with 10 additions and 6 deletions

View File

@@ -158,9 +158,13 @@
top: 20px; bottom: 5px;
.l-labels-holder {
@include absPosDefault();
@include justify-content(space-between);
left: $m;
.tick-label.tick-label-y {
text-align: left;
.t-resource-graph-tick-label {
font-size: 0.9em;
&.tick-label-y {
text-align: left;
}
}
}
}