fix: add stackoverflow flex classes (#88)
This commit is contained in:
parent
0058aea03b
commit
01b960cd43
@ -50,3 +50,15 @@ html {
|
||||
details {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.d-flex {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.fd-column {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.fw-nowrap {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user