Skip to content

Commit 58ae7cb

Browse files
authored
fix(docs): docs examples buttons margins incapsulated (#DS-2887) (#290)
1 parent 7be2560 commit 58ae7cb

File tree

4 files changed

+1
-15
lines changed

4 files changed

+1
-15
lines changed
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
button:first-child {
2-
margin-right: 16px;
3-
}
4-
51
.empty-tab-content {
62
text-align: center;
73
}

packages/docs-examples/components/tabs/tabs-empty/tabs-empty-example.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
<br />
2-
<br />
3-
<br />
4-
51
<kbq-tab-group>
62
<kbq-tab [label]="'First'">Contents for First tab</kbq-tab>
73

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
button:first-child {
2-
margin-right: 16px;
3-
}
1+
/* no css styles */

packages/docs-examples/components/tabs/tabs-with-scroll/tabs-with-scroll-example.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
<br />
2-
<br />
3-
<br />
4-
51
<kbq-tab-group>
62
<kbq-tab *ngFor="let tab of tabs">
73
<ng-template kbq-tab-label>

0 commit comments

Comments
 (0)