Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Reducing CSS selector specificity
Signed-off-by: Simounet <[email protected]>
  • Loading branch information
Simounet committed Apr 19, 2020
commit 27b770f5777a6b15c4116a38b1fde652b2e89b0b
3 changes: 1 addition & 2 deletions css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@
align-self: flex-start;
}

& > span.text,
& > a > span.text {
& > .text {
padding-left: 10px;
hyphens: auto;
}
Expand Down