Fix width issue of the composer overflow menu items (#7731)

pull/21833/head
Michael Telatynski 2022-02-07 17:49:04 +00:00 committed by GitHub
parent 544957bdad
commit 834d0ec6fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -404,7 +404,6 @@ limitations under the License.
display: flex; display: flex;
align-items: center; align-items: center;
max-width: unset; max-width: unset;
width: 100%;
margin: 7px 7px 7px 16px; // space out the buttons margin: 7px 7px 7px 16px; // space out the buttons
} }