Skip to content

Commit

Permalink
MDL-74789 course: category full width
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Oct 11, 2022
1 parent cc4fec2 commit eec8a50
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions theme/boost/scss/moodle/tertiarynavigation.scss
Expand Up @@ -11,8 +11,8 @@
margin-bottom: 25px;
}

.navitem:not(:last-child) {
margin-right: 20px;
.row {
column-gap: 20px;
}

.tertiary-navigation-selector {
Expand Down
4 changes: 2 additions & 2 deletions theme/boost/style/moodle.css
Expand Up @@ -21747,8 +21747,8 @@ div.editor_atto_toolbar button .icon {
.tertiary-navigation > a.btn,
.tertiary-navigation > div.urlselect {
margin-bottom: 25px; }
.tertiary-navigation .navitem:not(:last-child) {
margin-right: 20px; }
.tertiary-navigation .row {
column-gap: 20px; }
.tertiary-navigation .tertiary-navigation-selector .dropdown-toggle {
padding: 0;
font-size: 1.4rem;
Expand Down
4 changes: 2 additions & 2 deletions theme/classic/style/moodle.css
Expand Up @@ -21693,8 +21693,8 @@ div.editor_atto_toolbar button .icon {
.tertiary-navigation > a.btn,
.tertiary-navigation > div.urlselect {
margin-bottom: 25px; }
.tertiary-navigation .navitem:not(:last-child) {
margin-right: 20px; }
.tertiary-navigation .row {
column-gap: 20px; }
.tertiary-navigation .tertiary-navigation-selector .dropdown-toggle {
padding: 0;
font-size: 1.4rem;
Expand Down

0 comments on commit eec8a50

Please sign in to comment.