We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9efdb commit 0b92b6cCopy full SHA for 0b92b6c
1 file changed
Boilerplate.css
@@ -20,16 +20,24 @@ self {
20
hr {
21
display: none;
22
}
23
-.caption {
+.DataTable > .caption,
24
+.DataSection > .caption,
25
+.toolbar {
26
margin-bottom: 4px;
27
margin-right: 0px;
28
transform: translate(-8px, -8px);
29
border-top-left-radius: 8px;
30
border-top-right-radius: 8px;
31
padding-top:8px;
32
padding-left:8px;
- width: 100%;
- order: 1;
33
+ width: calc(100% + 8px);
34
+ order: 1;
35
+}
36
37
+ margin-top: 0;
38
39
+.toolbar > div > .caption {
40
+ margin-right:8px;
41
42
.header {
43
margin-right: 100%;
@@ -42,6 +50,7 @@ hr {
50
.scroll-container > div:first-child {
51
max-height: 1000px !important;
44
52
height: auto !important;
53
+ flex-grow:0;
45
54
46
55
.footer {
47
56
order: 1;
0 commit comments