Merge pull request #35615 from iamejaaz/menu-button-spacing
fix(navbar): add spacing between buttons in desktop screens
This commit is contained in:
commit
2088abd34e
2 changed files with 8 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
<div class="standard-actions flex">
|
||||
<span class="page-icon-group hide hidden-xs hidden-sm"></span>
|
||||
<div class="menu-btn-group hide">
|
||||
<button type="button" class="btn btn-default icon-btn ml-0" data-toggle="dropdown" aria-expanded="false" aria-label="{{ __("Menu") }}">
|
||||
<button type="button" class="btn btn-default icon-btn menu-more-button" data-toggle="dropdown" aria-expanded="false" aria-label="{{ __("Menu") }}">
|
||||
<span>
|
||||
<span class="menu-btn-group-label">
|
||||
<svg class="icon icon-sm">
|
||||
|
|
|
|||
|
|
@ -336,6 +336,13 @@ body {
|
|||
}
|
||||
}
|
||||
}
|
||||
.page-actions {
|
||||
.standard-actions {
|
||||
.menu-btn-group .menu-more-button {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue