Limit the width of the date picker using CSS.
This commit is contained in:
parent
b0d995392b
commit
93a5243434
2 changed files with 6 additions and 2 deletions
|
@ -249,6 +249,10 @@ i.toggle-icon:hover {
|
|||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.logs-view-element .logs-date-picker {
|
||||
width: 122px;
|
||||
}
|
||||
|
||||
.logs-view-element .header input {
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
|
|
Reference in a new issue