mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-30 19:02:06 +00:00
No longer titlecases notifications, indexers, etc
This commit is contained in:
parent
9a629c2fc6
commit
0e865fff8c
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue