Allow action links to wrap (#12611)
* Allow action links to wrap Preventing wrapping means that buttons can overflow their container. * slightly wider context menu to reduce runty labels Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
This commit is contained in:
@@ -133,7 +133,7 @@ body.umb-drawer-is-visible #mainwrapper{
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 100%;
|
||||
min-width: 250px;
|
||||
min-width: 260px;
|
||||
}
|
||||
|
||||
#speechbubble {
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
|
||||
.umb-action-link {
|
||||
position: relative;
|
||||
white-space: nowrap;
|
||||
font-size: 15px;
|
||||
color: @black;
|
||||
padding: 9px 25px 9px 20px;
|
||||
@@ -37,6 +36,7 @@
|
||||
display: flex;
|
||||
width: 100%;
|
||||
align-items: center;
|
||||
text-align: left;
|
||||
|
||||
body.touch & {
|
||||
padding: 7px 25px 7px 20px;
|
||||
|
||||
Reference in New Issue
Block a user