Ver Fonte

Update default dashboard action list style

Denis K há 8 anos atrás
pai
commit
afe5c474ef
1 ficheiros alterados com 7 adições e 2 exclusões
  1. 7 2
      jet/static/jet/css/_dashboard.scss

+ 7 - 2
jet/static/jet/css/_dashboard.scss

@@ -72,10 +72,15 @@
 ul.actionlist li {
   padding: 8px;
   list-style-type: none;
+  font-size: 13px;
+  border-bottom: 1px solid $content-border-color;
+  white-space: normal;
   overflow: hidden;
   text-overflow: ellipsis;
-  -o-text-overflow: ellipsis;
-  border-bottom: 1px solid $content-border-color;
+
+  br {
+    display: none;
+  }
 }
 
 /* JET DASHBOARD */