diff --git a/frontend/app/styles/custom-fields.css b/frontend/app/styles/custom-fields.css index 39513cef4c..06437a4ed3 100644 --- a/frontend/app/styles/custom-fields.css +++ b/frontend/app/styles/custom-fields.css @@ -1,10 +1,3 @@ -/* .custom-field-input dd { - overflow: hidden; +.custom-field-input dd { + overflow-x: auto; } - - -div.custom-field-input-wrapper { - max-width: 100%; - text-overflow: ellipsis; -} - */ diff --git a/frontend/app/styles/updatable.css b/frontend/app/styles/updatable.css index 7363d2637c..13a11cdb75 100644 --- a/frontend/app/styles/updatable.css +++ b/frontend/app/styles/updatable.css @@ -1,16 +1,13 @@ -.updatable-input { - /* border: 1px solid green; */ -} - .updatable-input .updatable-value { vertical-align: top; - white-space: pre-wrap + white-space: pre-wrap; } .updatable-input .updatable-input-value-wrapper { position: relative; display: inline-block; border-bottom: 1px solid #fff; + padding-right: 20px; } .updatable-input .updatable-input-value-wrapper:hover{ @@ -30,17 +27,16 @@ } .updatable-input .updatable-input-value-wrapper:hover .updatable-input-icon { - display: block; -} - -.updatable-input.updatable-input-tags { - + display: inline-block; + position: absolute; + top: 0; + right: 0; } .updatable-input.updatable-input-text .updatable-input-markdown { cursor: auto; } .updatable-input.updatable-input-text .updatable-input-markdown .updatable-input-icon { - float:left; - margin-left: 0; + /* float:left; + margin-left: 0; */ }