-
Bug
-
Resolution: Fixed
-
Minor
-
2.8.7, 2.9.1
-
MOODLE_28_STABLE, MOODLE_29_STABLE
-
MOODLE_28_STABLE, MOODLE_29_STABLE
-
MDL-48202-M30 -
Minor display bug: with editing turned off, when you dock a block and then undock it again, the header is 6px taller than before it was docked.
This comes from an empty <div class="commands">, added by the dock code, and styled by bootstrapbase with padding: 3px 15px (blocks.less:31). Normally, if editing is turned off, the div is not present.
Filing this under Themes because it appears as a display issue, but it could be considered a dock bug; IMO the markup should be unchanged after the round-trip.