1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

FIx lanugage selection alignment at scale.

This commit is contained in:
Jorik Schellekens
2020-04-07 16:27:26 +01:00
parent e49c041df7
commit 121b53f99a

View File

@@ -67,6 +67,8 @@ limitations under the License.
text-overflow: ellipsis;
white-space: nowrap;
flex: 1;
display: inline-flex;
align-items: center;
}
.mx_Dropdown_option div {