Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
fixup spacing
Browse files Browse the repository at this point in the history
fix css to allow for IP address without wrapping.
  • Loading branch information
jeffbryner committed Dec 25, 2018
1 parent 9ba025c commit e73e41a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meteor/public/css/dropdowns.css
Expand Up @@ -6,7 +6,7 @@
ul.dropdown { ul.dropdown {
position: relative; position: relative;
display: inline-block; display: inline-block;
width: min-content; width: max-content;
border: 1px solid rgba(0, 0, 0, 0.2); border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 3px; border-radius: 3px;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
Expand Down Expand Up @@ -93,4 +93,4 @@ ul.dropdown ul ul {
} }
ul.dropdown li:hover > ul { ul.dropdown li:hover > ul {
visibility: visible; visibility: visible;
} }

0 comments on commit e73e41a

Please sign in to comment.