Browse Source

DIV-1287 - On IE11, extra spaces on "Review and Print your Divorce Forms" page

pull/172/head
Michael Olund 5 years ago
parent
commit
7a0358df67
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      edivorce/apps/core/static/css/main.css
  2. +1
    -1
      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
- 1
edivorce/apps/core/static/css/main.scss View File

@ -1385,7 +1385,7 @@ textarea {
display: inline-block;
width: 100%;
@media (min-width: 991px) {
width: initial;
width: calc(100% - 240px);
}
& > div {


Loading…
Cancel
Save