Skip to content

Commit 75453f8

Browse files
committed
Merge branch 'metadata-field-width' of Arnei/opencast-admin-interface into r/17.x
Pull request #1383 Fix Metadata field getting cut off
2 parents daa6b51 + f55aee7 commit 75453f8

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/styles/components/modals/_modal-base.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@
283283
line-height: 25px !important;
284284
padding-top: 4px;
285285
padding-bottom: 4px;
286+
word-break: break-word;
286287

287288
> a {
288289
float: none;

src/styles/main.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ a {
169169
// border-radius: 0;
170170
// border-bottom: 1px dashed #999;
171171

172-
width: auto;
172+
width: 98%;
173173
}
174174
.single-value:focus{
175175
width: 98%;
@@ -187,7 +187,7 @@ a {
187187
// border-radius: 0;
188188
// border-bottom: 1px dashed #999;
189189

190-
width: auto;
190+
width: 98%;
191191
// height: auto;
192192
}
193193
.single-value-textarea:focus{

0 commit comments

Comments
 (0)