Merge pull request #4085 from turt2live/travis/12h-ts-collision

Smaller font size on timestamp to better fit in the available space
pull/4092/head
Matthew Hodgson 2017-05-30 17:23:39 +01:00 committed by GitHub
commit 485d080f85
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ limitations under the License.
visibility: hidden;
white-space: nowrap;
color: $event-timestamp-color;
font-size: 11px;
font-size: 10px;
left: 8px;
position: absolute;
}