fix feedback
This commit is contained in:
@@ -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
Reference in New Issue
Block a user