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:
Matthew Care
2022-06-27 01:03:07 +02:00
committed by GitHub
parent 4a6a318f2c
commit c840ceecff
2 changed files with 2 additions and 2 deletions

View File

@@ -133,7 +133,7 @@ body.umb-drawer-is-visible #mainwrapper{
position: absolute;
top: 0px;
left: 100%;
min-width: 250px;
min-width: 260px;
}
#speechbubble {

View File

@@ -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;