1
0

Change video URL input field width to 100%.

This commit is contained in:
Julian Groß 2023-11-01 12:21:04 +01:00 committed by Edgar
parent a94cf0a2b8
commit 41189d7f43

View File

@ -41,7 +41,15 @@
cursor: pointer; cursor: pointer;
} }
input[type=text], input[type=text] {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #dddddd;
border-radius: 4px;
box-sizing: border-box;
}
select { select {
width: 450px; width: 450px;