app/assets/stylesheets/administrador/application/sidebar-theme.css in administrador-0.0.28.pre vs app/assets/stylesheets/administrador/application/sidebar-theme.css in administrador-0.0.29.pre
- old
+ new
@@ -1,7 +1,7 @@
.sidebar {
background-color: white;
}
.sidebar-left.sidebar-push, .sidebar-right.sidebar-push {
- margin-top: 4rem;
- height: calc(100% - 4rem);
+ margin-top: calc(4rem + 2px);
+ height: calc(100% - 7rem - 2px);
}
\ No newline at end of file