Browse Source

DIV-860: fixing percent wrapping on Fact Sheets in IE

pull/160/head
Benard Ebinu 7 years ago
parent
commit
3f41ba75c2
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      edivorce/apps/core/static/css/main.css
  2. +1
    -0
      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
- 0
edivorce/apps/core/static/css/main.scss View File

@ -321,6 +321,7 @@ div.percent-suffix {
outline: none;
width: 85%;
text-align: right;
display: inline;
}
label {
width: 10%;


Loading…
Cancel
Save