Skip to content

Commit 4e37ba0

Browse files
committed
Fix Metadata field getting cut off
Some metadata fields would not display their full content even if there was still space available. This patch should help with that.
1 parent 27273db commit 4e37ba0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)