Skip to content
This repository was archived by the owner on May 8, 2018. It is now read-only.

Commit e31330c

Browse files
author
Ruben Schmidmeister
committed
Correct width
1 parent 924a1b5 commit e31330c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Styles/less/components/user/user-menu.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
position: absolute;
1919
text-align: left;
2020
right: 0;
21+
width: calc(100vw - (@margin-s * 2));
22+
max-width: 140px;
2123
background-color: #fff;
2224
display: block;
2325
box-shadow: @card-box-shadow;

0 commit comments

Comments
 (0)