diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-02 22:58:38 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-02 22:58:38 +0200 |
commit | aafe303f7811243ba73396b3bc884326799b5b78 (patch) | |
tree | 76960c85aa53cfc84c3e20089093ffb167e2f8a6 /settings | |
parent | 79a0ee4f4ae315b357f51dd35d3d3c6e60897ee1 (diff) | |
download | nextcloud-server-aafe303f7811243ba73396b3bc884326799b5b78.tar.gz nextcloud-server-aafe303f7811243ba73396b3bc884326799b5b78.zip |
Fix 2FA settings icon alignment
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings')
-rw-r--r-- | settings/css/settings.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss index 08baaed4cc6..48d7b555f09 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -487,6 +487,7 @@ table.nostyle { .two-factor-provider-settings-icon { width: 16px; height: 16px; + vertical-align: sub; } } |