Explorar el Código

Fix breadcrumbs text overflow

Denis K hace 8 años
padre
commit
aaa4ed212f
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      jet/static/jet/css/_top.scss

+ 7 - 0
jet/static/jet/css/_top.scss

@@ -1,5 +1,12 @@
 @import "globals";
 
+.breadcrumbs {
+  white-space: nowrap;
+  text-overflow: ellipsis;
+  padding-right: 200px;
+  overflow: hidden;
+}
+
 .top {
   padding: 20px;