Skip to content

Commit

Permalink
Fix invalid non-breaking space in less and scss files.
Browse files Browse the repository at this point in the history
This caused the rule to be compiled wrong in scss mode.
  • Loading branch information
EreMaijala committed Oct 7, 2024
1 parent 26d051f commit a5f3e8e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion themes/bootstrap3/less/components/record.less
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
display: flex;
flex-flow: row wrap;

.collection-control {
.collection-control {
white-space: nowrap;
margin: 0 0.5rem 0 0;
}
Expand Down
2 changes: 1 addition & 1 deletion themes/bootstrap3/scss/components/record.scss
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
display: flex;
flex-flow: row wrap;

.collection-control {
.collection-control {
white-space: nowrap;
margin: 0 0.5rem 0 0;
}
Expand Down
2 changes: 1 addition & 1 deletion themes/bootstrap5/css/compiled.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/bootstrap5/scss/components/record.scss
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
display: flex;
flex-flow: row wrap;

.collection-control {
.collection-control {
white-space: nowrap;
margin: 0 0.5rem 0 0;
}
Expand Down
2 changes: 1 addition & 1 deletion themes/local_theme_example/css/compiled.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/sandal5/css/compiled.css

Large diffs are not rendered by default.

0 comments on commit a5f3e8e

Please sign in to comment.