mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
No longer titlecases notifications, indexers, etc
This commit is contained in:
parent
9a629c2fc6
commit
0e865fff8c
@ -17,7 +17,7 @@
|
||||
text-align: left;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
|
||||
ul.items {
|
||||
list-style-type: none;
|
||||
margin: 0px;
|
||||
@ -41,6 +41,7 @@
|
||||
overflow: hidden;
|
||||
line-height: 30px;
|
||||
text-overflow: ellipsis;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.btn-group {
|
||||
|
Loading…
Reference in New Issue
Block a user