Skip to content

Commit 58d08aa

Browse files
authored
SAK-51214 Lessons align lessons options menu and body (#13512)
1 parent 0c9c230 commit 58d08aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lessonbuilder/tool/src/webapp/templates/ShowPage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
<div rsf:id="portletBody" class="portletBody">
8686

87-
<div class="row mt-1">
87+
<div class="row m-0">
8888
<div class="column col-12 m-0 p-0 border-0">
8989
<span rsf:id="tool-bar:" class="navIntraTool" role="application" aria-labelledby="tool-bar::toolbar-label">
9090
<h2 id="toolbar-label" rsf:id="msg=simplepage.toolbar" class="lb-offscreen"></h2>

library/src/skins/default/src/sass/modules/tool/lessonbuilder/_lessonbuilder.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@
828828

829829
/* padding-top 35 for one col, 25 for multiple, 20 in narrow screen */
830830
.column {
831-
margin: 4px 8px 4px 8px;
831+
margin: 8px 16px 0 0;
832832
padding: 25px 7px 15px 7px;
833833
list-style:none;
834834
display:inline-block;

0 commit comments

Comments
 (0)