Przeglądaj źródła

ux(dashboard): fixed scss issue

Torkel Ödegaard 9 lat temu
rodzic
commit
366650e1ae
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      public/sass/pages/_dashboard.scss

+ 2 - 2
public/sass/pages/_dashboard.scss

@@ -290,7 +290,7 @@ div.flot-text {
 
 .dash-row-show-title {
   .dash-row-header {
-    display: block;
+    display: flex;
   }
 }
 
@@ -311,7 +311,7 @@ div.flot-text {
 
 .dash-edit-mode {
   .dash-row-header {
-    display: block;
+    display: flex;
   }
   .dash-row {
     border-left: 1px solid $dark-4;