mirror of
https://github.com/zitadel/zitadel.git
synced 2025-05-07 20:16:46 +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,
|
.otp-btn,
|
||||||
.u2f-btn {
|
.u2f-btn {
|
||||||
flex: 1;
|
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
justify-content: flex-start;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
line-height: 1.5rem;
|
line-height: 1.5rem;
|
||||||
@ -67,6 +67,10 @@
|
|||||||
|
|
||||||
button {
|
button {
|
||||||
margin: 0.5rem;
|
margin: 0.5rem;
|
||||||
|
height: fit-content;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user