diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2017-10-14 12:08:18 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2017-10-19 14:16:38 +0200 |
| commit | 59a55979bd209e0ebec5578f3e6c72319a7a84f4 (patch) | |
| tree | 454ec1aba8d18880f2c62d2fbc0dc4270bfd4b11 | |
| parent | 47a585cc0bec626836c53538b6fa17701d182af5 (diff) | |
| download | mullvadvpn-59a55979bd209e0ebec5578f3e6c72319a7a84f4.tar.xz mullvadvpn-59a55979bd209e0ebec5578f3e6c72319a7a84f4.zip | |
Fix misaligned right label and arrow disclosure
| -rw-r--r-- | app/components/Settings.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/components/Settings.css b/app/components/Settings.css index 4bd2de5929..1cf1db20b1 100644 --- a/app/components/Settings.css +++ b/app/components/Settings.css @@ -95,6 +95,7 @@ font-family: "Open Sans"; font-size: 13px; font-weight: 800; + line-height: 26px; /* matches .cell-label */ color: rgba(255, 255, 255, 0.8); text-transform: uppercase; } |
