mirror of https://github.com/vector-im/riot-web
Fix width issue of the composer overflow menu items (#7731)
parent
544957bdad
commit
834d0ec6fe
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue