diff options
Diffstat (limited to 'app/Resources/static/themes/material/css')
-rw-r--r-- | app/Resources/static/themes/material/css/cards.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss index 4a442228..8f7f8f7b 100644 --- a/app/Resources/static/themes/material/css/cards.scss +++ b/app/Resources/static/themes/material/css/cards.scss | |||
@@ -250,6 +250,10 @@ a.original:not(.waves-effect) { | |||
250 | float: right; | 250 | float: right; |
251 | max-width: 6em; | 251 | max-width: 6em; |
252 | } | 252 | } |
253 | |||
254 | .tags { | ||
255 | display: inline-block; | ||
256 | } | ||
253 | } | 257 | } |
254 | 258 | ||
255 | #content .collection .collection-item { | 259 | #content .collection .collection-item { |