0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00
Files
homebrewery/client/components/dialog.less
2024-06-06 22:00:28 +12:00

6 lines
132 B
Plaintext

dialog{
&[open]{
// Do NOT set a display property on a dialog! Set it on dialog[open] instead
display: inline-block;
}
}