Skip to content

Commit 79063cd

Browse files
committed
Only affecting the direct first child
1 parent c2a2ae9 commit 79063cd

3 files changed

+4
-4
lines changed

bootstrap-social.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstrap-social.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
white-space: nowrap;
2020
overflow: hidden;
2121
text-overflow: ellipsis;
22-
:first-child {
22+
> :first-child {
2323
position: absolute;
2424
left: 0;
2525
top: 0;

bootstrap-social.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $bs-height-xs: (floor($font-size-small * 1.2) + $padding-small-vertical + 1);
1919
white-space: nowrap;
2020
overflow: hidden;
2121
text-overflow: ellipsis;
22-
:first-child {
22+
> :first-child {
2323
position: absolute;
2424
left: 0;
2525
top: 0;

0 commit comments

Comments
 (0)