Skip to content

Commit 0b92b6c

Browse files
Update Boilerplate.css
1 parent 6d9efdb commit 0b92b6c

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

Boilerplate.css

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,24 @@ self {
2020
hr {
2121
display: none;
2222
}
23-
.caption {
23+
.DataTable > .caption,
24+
.DataSection > .caption,
25+
.toolbar {
2426
margin-bottom: 4px;
2527
margin-right: 0px;
2628
transform: translate(-8px, -8px);
2729
border-top-left-radius: 8px;
2830
border-top-right-radius: 8px;
2931
padding-top:8px;
3032
padding-left:8px;
31-
width: 100%;
32-
order: 1;
33+
width: calc(100% + 8px);
34+
order: 1;
35+
}
36+
.toolbar {
37+
margin-top: 0;
38+
}
39+
.toolbar > div > .caption {
40+
margin-right:8px;
3341
}
3442
.header {
3543
margin-right: 100%;
@@ -42,6 +50,7 @@ hr {
4250
.scroll-container > div:first-child {
4351
max-height: 1000px !important;
4452
height: auto !important;
53+
flex-grow:0;
4554
}
4655
.footer {
4756
order: 1;

0 commit comments

Comments
 (0)