Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
eLearning
Moodle
moodle-theme_unige
Commits
8f105b5c
Commit
8f105b5c
authored
Nov 02, 2018
by
Camille Tardy
Browse files
MN-231 Fix quiz display issues (out of scope elements)
parent
b52a6750
Changes
1
Hide whitespace changes
Inline
Side-by-side
scss/style_post_scss.scss
View file @
8f105b5c
...
...
@@ -158,6 +158,12 @@ body {
font-size
:
0
.95rem
;
font-weight
:
700
;
}
// fix editor that was spreading out of display view
[
data-fieldtype
=
"editor"
]>
div
{
width
:
100%
;
}
}
// ---------------------------------------------------------------------------
...
...
@@ -604,6 +610,12 @@ select + .btn-group, .btn-group + .btn {
.filemanager-container
{
min-height
:
140px
!
important
;
}
//fix select was finishing out of the box
.formulation
input
[
type
=
"text"
],
.formulation
select
{
width
:
100%
;
}
}
...
...
Write
Preview
Supports
Markdown
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