mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-25 09:18:34 +00:00
Only show one Existing Series per line now.
This commit is contained in:
parent
a877312b1a
commit
8919592b24
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue