summaryrefslogtreecommitdiff
path: root/web-ui/src/account_recovery
diff options
context:
space:
mode:
authorTayane Fernandes <tayane.rmf@gmail.com>2017-02-07 19:02:47 -0200
committerTayane Fernandes <tayane.rmf@gmail.com>2017-02-07 19:02:47 -0200
commitaa26a47abac48d817a04a4f2375f1378767fa83c (patch)
tree349cda0ee3cbbfb6b72f8db564647515eeb77b03 /web-ui/src/account_recovery
parent31b0bcaa673794024a71065be76681150ad4b9d6 (diff)
[#922] Fix button and input width
with @anikarni
Diffstat (limited to 'web-ui/src/account_recovery')
-rw-r--r--web-ui/src/account_recovery/page.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/src/account_recovery/page.scss b/web-ui/src/account_recovery/page.scss
index c23fe569..c928d815 100644
--- a/web-ui/src/account_recovery/page.scss
+++ b/web-ui/src/account_recovery/page.scss
@@ -92,7 +92,7 @@ img {
flex-direction: column;
div {
- flex-basis: 70%;
+ width: 70%;
-webkit-align-self: center;
align-self: center;
}