mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-54642 tool_lp: Fix learning plan button layout in FF
The learning plan buttons are floating left but the table below it wasn't clearning floating elements so it was appearing on the same line.
This commit is contained in:
parent
33892edf18
commit
3fdc542fe4
@ -117,6 +117,9 @@
|
||||
.path-admin-tool-lp [data-region="competencylinktree"] select {
|
||||
width: 100%;
|
||||
}
|
||||
.path-admin-tool-lp [data-region] .generaltable.fullwidth {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.path-admin-tool-lp .competency-rule-points {
|
||||
margin-top: 10px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user