Skip to content

Commit 47b2468

Browse files
committed
Reducing CSS selector specificity
1 parent cec7339 commit 47b2468

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

css/styles.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@
121121
align-self: flex-start;
122122
}
123123

124-
& > span.text,
125-
& > a > span.text {
124+
& > .text {
126125
padding-left: 10px;
127126
hyphens: auto;
128127
}

0 commit comments

Comments
 (0)