mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-25 07:16:51 +00:00
fix(export): stretch format trigger
This commit is contained in:
@@ -2877,6 +2877,17 @@
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.dialog-format-trigger {
|
||||
width: 100%;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.dialog-format-trigger-label {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.dialog-format-dropdown {
|
||||
position: absolute;
|
||||
top: calc(100% + 6px);
|
||||
|
||||
Reference in New Issue
Block a user