mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
Merge branch 'MDL-57158-int-fix-1' of github.com:ryanwyllie/moodle
This commit is contained in:
commit
7621fe8399
1 changed files with 6 additions and 0 deletions
|
@ -22,6 +22,12 @@ span:first-of-type > .icon {
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-xs-right {
|
.pull-xs-right {
|
||||||
|
// Now we need to override the .action-menu .dropdown a:first-of-type > .icon
|
||||||
|
// rule above for when actions menus are in the pull-xs-right class.
|
||||||
|
.action-menu .dropdown a:first-of-type > .icon {
|
||||||
|
margin-left: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue