Fix width overflow in mini composer overflow menu (#7411)
This commit is contained in:
parent
f94bad7f0a
commit
a9d1f6e616
2 changed files with 8 additions and 4 deletions
|
@ -405,4 +405,12 @@ limitations under the License.
|
|||
.mx_MessageComposer_Menu .mx_CallContextMenu_item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
max-width: unset;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mx_MessageComposer_Menu .mx_ContextualMenu {
|
||||
min-width: 150px;
|
||||
width: max-content;
|
||||
padding: 5px 10px 5px 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue