Skip to content

Commit

Permalink
chore: prevent menu divider from shrinking
Browse files Browse the repository at this point in the history
  • Loading branch information
Najika Yoo committed Jul 31, 2023
1 parent 9f767d1 commit 3d15451
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/menu/src/menu-divider.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ governing permissions and limitations under the License.

:host {
display: block;
flex-shrink: 0;
}

0 comments on commit 3d15451

Please sign in to comment.