fix: add stackoverflow flex classes

This commit is contained in:
httpjamesm 2024-03-09 11:19:23 -05:00
parent 42ad68fe34
commit adb796443c
No known key found for this signature in database

View file

@ -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;
}