diff options
author | Thomas Citharel <tcit@tcit.fr> | 2017-05-08 12:32:20 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2017-05-08 12:32:20 +0200 |
commit | ff5cdbdc95f3cc2bf28cde27e5e544a3efca3d38 (patch) | |
tree | 8ccc7229f3b7c5eb8e64491805eb405ea5cc53f7 | |
parent | 4c6ee89c9c70f24209f2bb86de2b3137ab2d801c (diff) | |
download | wallabag-ff5cdbdc95f3cc2bf28cde27e5e544a3efca3d38.tar.gz wallabag-ff5cdbdc95f3cc2bf28cde27e5e544a3efca3d38.tar.zst wallabag-ff5cdbdc95f3cc2bf28cde27e5e544a3efca3d38.zip |
fix 3-dots menu position
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
-rw-r--r-- | app/Resources/static/themes/material/css/cards.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss index 40351475..f5b79193 100644 --- a/app/Resources/static/themes/material/css/cards.scss +++ b/app/Resources/static/themes/material/css/cards.scss | |||
@@ -27,7 +27,7 @@ main { | |||
27 | color: #313131; | 27 | color: #313131; |
28 | } | 28 | } |
29 | 29 | ||
30 | .card-content .card-title { | 30 | .card-stacked .card-content .card-title { |
31 | display: inline-block; | 31 | display: inline-block; |
32 | } | 32 | } |
33 | 33 | ||