Skip to content

Commit

Permalink
On #15: Fixes conversion popover min-width
Browse files Browse the repository at this point in the history
  • Loading branch information
lentschi committed May 24, 2024
1 parent d217b95 commit de3eb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/bootstrap_and_overrides.css.less
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ td.mr-1 > *:last-child {

// Wider popovers
.popover.wide {
max-width: 40vw;
max-width: 90vw;
}

.gap-1 {
Expand Down

0 comments on commit de3eb39

Please sign in to comment.