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

@ -5,10 +5,11 @@ div.card {
}
label {
width: 100%;
margin: 1rem 0 .5rem 0;
display: block;
color: #10101080;
width: auto;
margin: 0;
display: flex;
align-items: center;
color: inherit;
}
input {
width: min(20rem, calc(100% - 1rem));