1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-05 10:32:35 +01:00

Quality profile card size

This commit is contained in:
Mark McDowall 2013-07-03 20:54:01 -07:00
parent c08fcaad84
commit bcf5e3785e

View File

@ -11,14 +11,14 @@
.card;
width: 250px;
width: 300px;
height: 120px;
padding: 10px 15px;
h3 {
margin-top: 0px;
display: inline-block;
width: 200px;
width: 240px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;