mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 02:00:43 +00:00
Fixes timetravel timestamp input getting truncatated on OSX
Now supports 88:88:88T88:88:88Z!
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user