mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
fix style
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
<div class="mb-5 mt-5">
|
||||
<!-- In the url section -->
|
||||
<div class="d-flex">
|
||||
<div class="d-flex align-items-center">
|
||||
<div class="d-flex flex-column w-50 mr-2">
|
||||
<label for="url" class="font-weight-bold">{{ 'ldn-new-service.form.label.url' | translate }}</label>
|
||||
<input [class.invalid-field]="formModel.get('url').invalid && formModel.get('url').touched"
|
||||
|
@@ -6,7 +6,7 @@ form {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
input[type="text"],
|
||||
input,
|
||||
select {
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
|
Reference in New Issue
Block a user