diff options
Diffstat (limited to 'app/Resources')
-rw-r--r-- | app/Resources/static/themes/material/css/cards.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss index e244ad3f..8ef864d6 100644 --- a/app/Resources/static/themes/material/css/cards.scss +++ b/app/Resources/static/themes/material/css/cards.scss | |||
@@ -143,7 +143,7 @@ a.original:not(.waves-effect) { | |||
143 | margin: 10px 10px 10px auto; | 143 | margin: 10px 10px 10px auto; |
144 | padding: 5px 12px 5px 16px !important; | 144 | padding: 5px 12px 5px 16px !important; |
145 | background-color: $blueAccentColor; | 145 | background-color: $blueAccentColor; |
146 | border-radius: 0 3px 3px 0; | 146 | border-radius: 3px; |
147 | color: #fff; | 147 | color: #fff; |
148 | cursor: default; | 148 | cursor: default; |
149 | } | 149 | } |
@@ -151,6 +151,7 @@ a.original:not(.waves-effect) { | |||
151 | .card-entry-labels li { | 151 | .card-entry-labels li { |
152 | text-overflow: ellipsis; | 152 | text-overflow: ellipsis; |
153 | white-space: nowrap; | 153 | white-space: nowrap; |
154 | border-radius: 0 3px 3px 0; | ||
154 | overflow: hidden; | 155 | overflow: hidden; |
155 | } | 156 | } |
156 | 157 | ||