fixed style of inputs on release edit page (whoops!)

This commit is contained in:
ari melody 2025-01-24 01:04:57 +00:00
parent e004491b55
commit 9a27dbdc37
Signed by: ari
GPG key ID: CF99829C92678188
3 changed files with 15 additions and 7 deletions

View file

@ -206,13 +206,13 @@ form {
width: 100%;
display: block;
}
label {
form label {
width: 100%;
margin: 1rem 0 .5rem 0;
display: block;
color: #10101080;
}
input {
form input {
margin: .5rem 0;
padding: .3rem .5rem;
display: block;