0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-22 09:20:29 +01:00

CSS for url entry to bring in line with text fields

Dieser Commit ist enthalten in:
Robert Barrow 2020-03-25 11:30:05 +00:00
Ursprung ce9373dd91
Commit 3c364c928c

Datei anzeigen

@ -195,6 +195,14 @@
}
}
.url-field input {
width: 100%;
font-size: 1.1487em;
padding: 6px;
border: 1px solid #ccc;
transition: border-color 0.5s;
}
.control-group {
display: inline-block;
vertical-align: top;