Skip to content

Commit

Permalink
Add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
Etheryte committed May 15, 2024
1 parent 5be18ca commit a0c5762
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/html/src/branding/css/susemanager/components/nav.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}

&:nth-child(3) {
margin-left: 2* @nav-tabs-offset;
margin-left: 2 * @nav-tabs-offset;
}

&:last-child {
Expand Down
2 changes: 1 addition & 1 deletion web/html/src/branding/css/susemanager/components/nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $nav-tabs-offset: 30px;
}

&:nth-child(3) {
margin-left: 2* $nav-tabs-offset;
margin-left: 2 * $nav-tabs-offset;
}

&:last-child {
Expand Down

0 comments on commit a0c5762

Please sign in to comment.