Skip to content

Commit

Permalink
task/WP-388: fixed text overflow for longer system labels(systemName) (
Browse files Browse the repository at this point in the history
…#901)

* fixed text overflow for longer system labels(systemName)

* added auto-width css

---------

Co-authored-by: Taylor Grafft <[email protected]>
Co-authored-by: Sal Tijerina <[email protected]>
  • Loading branch information
3 people authored and chandra-tacc committed Dec 8, 2023
1 parent 62d2583 commit 014e8f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/styles/components/dropdown-menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ Styleguide Components.Dropdown
border-radius: 0;
margin-top: 11px;
padding: 0;
width: 200px;
min-width: 200px;
width: auto;
vertical-align: top;
}
.dropdown-menu::before,
Expand Down

0 comments on commit 014e8f3

Please sign in to comment.