We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ebfae commit 8e721e7Copy full SHA for 8e721e7
src/BootstrapBlazor/Components/Tab/Tab.razor.scss
@@ -20,6 +20,20 @@
20
}
21
22
23
+ &:not(:has(> .tabs-header)) {
24
+ > .tabs-body {
25
+ --bb-tabs-item-height: 0px;
26
+ }
27
28
+
29
30
+ background-color: var(--bs-body-bg);
31
+ padding: var(--bb-tabs-body-padding);
32
+ flex: 1;
33
+ height: 1%;
34
+ min-height: 0;
35
36
37
.tabs-body-content {
38
background-color: var(--bs-body-bg);
39
@@ -209,14 +223,6 @@
209
223
210
224
211
225
212
-.tabs > .tabs-body {
213
- background-color: var(--bs-body-bg);
214
- padding: var(--bb-tabs-body-padding);
215
- flex: 1;
216
- height: 1%;
217
- min-height: 0;
218
-}
219
-
220
226
/*Card*/
221
227
.tabs.tabs-card,
222
228
.tabs.tabs-border-card {
0 commit comments