diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-03-20 12:58:32 +0000 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-03-20 12:58:32 +0000 |
| commit | 99bc6a5bf6fe0c5b5cada574316bee43ab4c9e5a (patch) | |
| tree | 9b7199d4cff9a27af8fe75de61a0619170822a80 | |
| parent | e01efbe37cb421cf50c681418bba0d47c34f28a9 (diff) | |
| download | mullvadvpn-99bc6a5bf6fe0c5b5cada574316bee43ab4c9e5a.tar.xz mullvadvpn-99bc6a5bf6fe0c5b5cada574316bee43ab4c9e5a.zip | |
Anchor location text to the top of view
| -rw-r--r-- | app/components/Connect.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/components/Connect.css b/app/components/Connect.css index c74c0da03d..59c1acb8ff 100644 --- a/app/components/Connect.css +++ b/app/components/Connect.css @@ -88,7 +88,8 @@ .connect__status { padding: 0 24px; - margin-top: auto; + margin-top: 188px; + margin-bottom: auto; } .connect__status-security { |
