1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-19 01:17:18 +02:00

fix(user): flag without border in css

This commit is contained in:
Corinne Krych 2018-02-09 08:47:05 +01:00
parent a3560a481c
commit 808ebad141

View File

@ -6,9 +6,10 @@
.showLocale img { .showLocale img {
border-radius: 2px; border-radius: 2px;
height: 20px; height: 30px;
border: 2px solid #ffffff; margin: 0 10px;
} }
.showUserSettings { .showUserSettings {
display: flex; display: flex;
align-items: center; align-items: center;