Browse Source

HUE-7743 [frontend] Default to no navbar padding in embedded mode

Johan Ahlen 8 years ago
parent
commit
10d686b6b5

File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue-embedded.css


+ 5 - 0
desktop/core/src/desktop/static/desktop/less/hue-embedded.less

@@ -30,6 +30,11 @@
   left: 0;
   overflow: hidden;
 
+  .navbar {
+    padding-left: 0;
+    padding-right: 0;
+  }
+
   * {
     box-sizing: content-box;
   }

Some files were not shown because too many files changed in this diff