Skip to content

Commit

Permalink
UX: Ignore modal margin was too tight
Browse files Browse the repository at this point in the history
  • Loading branch information
eviltrout committed Jun 18, 2020
1 parent 2da6faf commit 6cb6faf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/common/base/modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,12 @@
}
}

.ignore-duration-with-username-modal {
.future-date-input {
margin-top: 1em;
}
}

.modal:not(.has-tabs) {
.modal-tab {
position: absolute;
Expand Down

0 comments on commit 6cb6faf

Please sign in to comment.