Skip to content

Commit

Permalink
Fixes timetravel timestamp input getting truncatated on OSX
Browse files Browse the repository at this point in the history
Now supports 88:88:88T88:88:88Z!
  • Loading branch information
foot committed Aug 9, 2017
1 parent ff6d314 commit 3ab216b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions client/app/styles/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -337,15 +337,18 @@
border-radius: 4px;
padding: 2px 8px;
pointer-events: all;
margin: 8px auto 25px;
margin: 8px 0 25px 50%;
transform: translateX(-50%);
opacity: 0.8;
width: 215px;
display: inline-block;

input {
border: 0;
background-color: transparent;
font-size: 1rem;
width: 167px;
width: 165px;
font-family: "Roboto", sans-serif;
text-align: center;
outline: 0;
}
}
Expand Down

0 comments on commit 3ab216b

Please sign in to comment.