mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2025-04-23 15:29:21 +00:00
fix: add stackoverflow flex classes (#88)
This commit is contained in:
parent
0058aea03b
commit
01b960cd43
1 changed files with 12 additions and 0 deletions
|
@ -50,3 +50,15 @@ html {
|
||||||
details {
|
details {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.d-flex {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fd-column {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fw-nowrap {
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue