Login: adjust login width decimal place

see #1475
This commit is contained in:
Felix Niklas 2017-09-26 09:36:32 +02:00
parent 17f48b5335
commit 17fdf715d3

View file

@ -2336,7 +2336,7 @@ kbd {
}
.btn:not(.btn--text) {
min-width: calc(33% - 6px); // auth provider width
min-width: calc(33.33% - 6px); // auth provider width
}
}