Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Error410
/
jvcgpt
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a22b864
jvcgpt
/
src
/
components
/
form
/
style.module.scss
Greums
crlf to lf
1813a37
2 months ago
raw
Copy download link
history
blame
Safe
209 Bytes
.formGroup
{
display
: flex;
flex-direction
: column;
margin-bottom
:
1rem
;
justify-content
: space-between;
& > * {
flex-grow
:
0
;
}
label
{
font-size
:
1rem
;
margin-bottom
: .
5rem
;
}
}