left align option value column

pull/3621/head
Isaac Connor 2022-10-13 09:56:30 -04:00
parent 2329dda323
commit feecd5439d
1 changed files with 3 additions and 0 deletions

View File

@ -72,3 +72,6 @@ input[name="newStorage[Url]"] {
margin-right: 5px;
border-bottom: 1px solid #e7e7e7;
}
#options .col-md {
text-align: left;
}