Browse Source

DIV-457 mobile height fix for more info

pull/160/head
Foley Lynn 8 years ago
parent
commit
1e6f1bb336
2 changed files with 2 additions and 4 deletions
  1. +1
    -1
      edivorce/apps/core/static/css/main.css
  2. +1
    -3
      edivorce/apps/core/static/css/main.scss

+ 1
- 1
edivorce/apps/core/static/css/main.css
File diff suppressed because it is too large
View File


+ 1
- 3
edivorce/apps/core/static/css/main.scss View File

@ -1060,9 +1060,7 @@ textarea {
} }
.more_information-column { .more_information-column {
-webkit-box-flex: 100%;
-ms-flex: 100%;
flex: 100%;
background-color: $color-grey-lighter; background-color: $color-grey-lighter;
box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1); box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
padding: 20px 45px; padding: 20px 45px;


Loading…
Cancel
Save