Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion app/assets/stylesheets/forms/_forms.sass
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,17 @@ input[type=submit]
padding: 2px 5px
display: block
cursor: pointer
&:hover, &.ui-state-focus
overflow: hidden
text-overflow: ellipsis
white-space: nowrap
&:hover
@include css4
background: var(--primary)
@include css4
color: var(--white)
// needed for ellipsis in text to work and acts as a min-width
.ui-menu
width: 50px

// form wizard
.wizard-stage
Expand Down