]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Fix button overlapping on mobile in linklist 1274/head
authorArthurHoaro <arthur@hoa.ro>
Sat, 9 Feb 2019 15:56:24 +0000 (16:56 +0100)
committerArthurHoaro <arthur@hoa.ro>
Sat, 9 Feb 2019 15:56:24 +0000 (16:56 +0100)
assets/default/scss/shaarli.scss

index 760d8d6ab7272a5d8c929ccb8425fc5a8f7f054d..691b2b37fdb060e303003e9679ae9e828a67daac 100644 (file)
@@ -544,7 +544,10 @@ body,
   color: $dark-grey;
   font-size: .9em;
 
+
   a {
+    display: inline-block;
+    margin: 3px 0;
     padding: 5px 8px;
     text-decoration: none;
   }