mirror of https://github.com/lidarr/Lidarr
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