mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-26 12:42:31 +01:00
Only show one Existing Series per line now.
This commit is contained in:
parent
a877312b1a
commit
8919592b24
@ -9,6 +9,7 @@
|
||||
<style>
|
||||
.existingSeries
|
||||
{
|
||||
width: 548px;
|
||||
border-color: #f2f2f2;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
@ -16,7 +17,7 @@
|
||||
margin: 0px 10px 10px 0px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
display: inline-block;
|
||||
display: block;
|
||||
}
|
||||
.masterQualitySelector
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user