Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
021b41c2
Commit
021b41c2
authored
Apr 29, 2014
by
frances botsford
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3516 from edx/frances/bug/xblock-studio-editor
Fix for xblock settings scroll
parents
c5627b41
8ed92f3c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
cms/static/sass/elements/_modal-window.scss
+9
-3
No files found.
cms/static/sass/elements/_modal-window.scss
View file @
021b41c2
...
...
@@ -179,6 +179,10 @@
height
:
365px
;
}
&
.modal-type-problem
.CodeMirror
{
height
:
435px
;
}
.wrapper-comp-settings
{
.list-input
{
...
...
@@ -195,6 +199,11 @@
.modal-window
.editor-with-buttons
{
margin-bottom
:
(
$baseline
*
3
);
// temporary fix until xblock structure is set
&
.wrapper-comp-settings
.list-input.settings-list
{
height
:
375px
;
}
// TODO: need to sync up (alongside general editing mode) with xblocks.scss UI
.xblock-actions
{
background-color
:
$gray-l4
;
...
...
@@ -202,9 +211,6 @@
width
:
100%
;
bottom
:
0
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment