Преглед изворни кода

Merge pull request #4479 from grafana/worldping

Tightened up the bottom padding on playlist headers - distance to bot…
Matt Toback пре 9 година
родитељ
комит
4421fda877
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      public/sass/pages/_playlist.scss

+ 1 - 1
public/sass/pages/_playlist.scss

@@ -118,7 +118,7 @@
 
 
 .playlist-column-header {
 .playlist-column-header {
   border-bottom: thin solid $gray-1;
   border-bottom: thin solid $gray-1;
-  padding-bottom: 10px;
+  padding-bottom: 3px;
   margin-bottom: 15px;
   margin-bottom: 15px;
 }
 }