Skip to content

Commit

Permalink
Remove superfluous spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
XanderVertegaal committed Aug 6, 2024
1 parent f8f5cc8 commit 1c2bc3a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions frontend/src/styles.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
@import 'variables';
@import 'bootstrap';
@import 'bootstrap-icons';
@import "variables";
@import "bootstrap";
@import "bootstrap-icons";

@media print {

.is-hidden-print,
.is-hidden-print * {
display: none !important;
Expand All @@ -18,7 +17,6 @@
display: block !important;
}


// Adds a comma + non-breaking space (\00A0) after each non-final item in an .inline-list.
.inline-list {
padding-left: 0;
Expand All @@ -30,5 +28,4 @@
& > .inline-list-item:not(:last-child)::after {
content: ",\00A0";
}

}

0 comments on commit 1c2bc3a

Please sign in to comment.