mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-01 00:37:24 +00:00
fix(console): height fit-content for 2FA buttons (#7335)
* fix(console): height fit-content for 2FA buttons * add flex --------- Co-authored-by: peintnermax <max@caos.ch>
This commit is contained in:
parent
2e41764d27
commit
e81a24b92d
@ -9,11 +9,11 @@
|
||||
|
||||
.otp-btn,
|
||||
.u2f-btn {
|
||||
flex: 1;
|
||||
border-radius: 0.5rem;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
box-sizing: border-box;
|
||||
white-space: normal;
|
||||
line-height: 1.5rem;
|
||||
@ -67,6 +67,10 @@
|
||||
|
||||
button {
|
||||
margin: 0.5rem;
|
||||
height: fit-content;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user