mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-39779 wiki module: fix the alignment for required label to display inline on mobile devices
This commit is contained in:
parent
f192883305
commit
47e00c342f
@ -334,6 +334,11 @@
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
// Reset the alignment for required label to display inline on mobile devices
|
||||
#page-mod-wiki-create .mform .fitem div.fitemtitle {
|
||||
float: left;
|
||||
}
|
||||
|
||||
// Hide broken drag'n'drop options on touch devices MDL-38371
|
||||
// Not a great workaround, landscape iPads are wider than this,
|
||||
// and a resized window on a netbook could be smaller, but best
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user