app/assets/stylesheets/bastion/components.scss in bastion-3.4.2 vs app/assets/stylesheets/bastion/components.scss in bastion-3.4.3
- old
+ new
@@ -6,23 +6,27 @@
h2 {
margin: 5px 0 0 0;
}
}
+.nav.nav-tabs.details-nav {
+ margin-bottom: 10px;
+}
+
.dl-horizontal.dl-horizontal-left {
dt {
overflow: visible;
text-align: left;
text-overflow: clip;
- white-space: pre-wrap;
- width: 125px;
+ white-space: inherit;
+ width: 150px;
}
dt:after {
content: ':';
}
dd {
margin-left: 200px;
word-wrap: break-word;
}
-}
\ No newline at end of file
+}