Skip to content

Commit

Permalink
fixed: OC: DN buttons unreadable in IE11 and too tall in all browsers,
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnR committed Jul 17, 2018
1 parent 23583e5 commit 84527b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/views/styles/component/_common-oc.scss
Expand Up @@ -102,6 +102,9 @@ $secondary-color: #eeeeee;
// so responsiveness can be broken.
width: 80%;
}
&__query-btns {
min-width: 200px;
}
}
}
}
5 changes: 4 additions & 1 deletion widget/discrepancy-note/dn-widget.scss
Expand Up @@ -34,7 +34,10 @@ $padding: 30px;

white-space: nowrap;
justify-content: flex-end;

align-items: center;
.btn {
height: 40px;
}
.btn+.btn {
margin-left: 20px;
}
Expand Down

0 comments on commit 84527b9

Please sign in to comment.