Skip to content
Snippets Groups Projects
Commit 1f0c84ed authored by Christina Roberts's avatar Christina Roberts
Browse files

Merge pull request #1523 from MITx/style/btalbot/studio-newsection

studio - fixed alignment of new section field and controls
parents fbce67a8 8b5f088e
No related merge requests found
......@@ -498,6 +498,7 @@ input.courseware-unit-search-input {
}
&.new-section {
header {
height: auto;
@include clearfix();
......@@ -506,6 +507,15 @@ input.courseware-unit-search-input {
.expand-collapse-icon {
visibility: hidden;
}
.item-details {
padding: 25px 0 0 0;
.section-name {
float: none;
width: 100%;
}
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment