fix feedback

This commit is contained in:
2018-11-25 11:52:05 +01:00
parent 3a53121fe2
commit 89da622919
6 changed files with 37 additions and 22 deletions

View File

@@ -9,14 +9,8 @@
position: relative;
height:100%;
.edi_header {
color: $gray-500;
font-size: 0.8em;
margin-bottom: 0.5em;
}
.edi_container {
height: calc(100% - 4em); /* 2 * 2em*/
height: calc(100% - 2em); /* 2 * 2em*/
overflow: hidden;
position: relative;
@@ -36,6 +30,12 @@
div {
margin: 0;
&.edi_header {
color: $gray-500;
font-style: italic;
line-height: 3em;
}
}
p {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long