]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/baggy/css/layout.scss
Add specific styles for the card tag form element.
[github/wallabag/wallabag.git] / app / Resources / static / themes / baggy / css / layout.scss
index cb14e62d466fe183fdbe90cfe4b300e78dda21b8..0293ebe5708d38c081168dbf53dbfa6d7b587ca1 100644 (file)
@@ -295,6 +295,15 @@ div.pagination ul {
   }
 }
 
-.hide {
+.card-tag-form {
+  display: inline-block;
+}
+
+.card-tag-form input[type="text"] {
+  min-width: 20em;
+}
+
+.hide,
+.hidden {
   display: none;
 }