mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-13 01:45:38 +00:00
Fixed Agenda Time wrapping
This commit is contained in:
parent
620359dcc6
commit
63607ad541
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.time {
|
.time {
|
||||||
flex: 0 0 120px;
|
flex: 0 0 125px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue