]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/media_queries.scss
Merge pull request #4438 from wallabag/dependabot/composer/scheb/two-factor-bundle...
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / media_queries.scss
index 6f9d2a9551949136ee7279700c3b2c850c74236c..b50dd559706eb8ddb710f99621aa9147fb7f6fc0 100644 (file)
   .pagination {
     margin-left: auto;
   }
-
-  .card-tag-labels li {
-    max-width: 50%;
-  }
 }
 
 @media screen and (min-width: 993px) {
     display: none;
   }
 }
+
+@media only print {
+  body {
+    display: block;
+  }
+}