Skip to content

Commit

Permalink
Issue #2842: Minor set css improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven committed Feb 16, 2024
1 parent 63527bf commit 1b59659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions var/httpd/htdocs/skins/Agent/default/css/Core.Form.css
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ fieldset.TableLike > .Row > .FieldCell > .Field.DFSetOuterField .DynamicFieldSet
padding-right: 10px;
width: 100%;
box-sizing: border-box;
text-align: left;
text-align: right;
text-overflow: ellipsis;
overflow: hidden;
}
Expand Down Expand Up @@ -773,7 +773,7 @@ fieldset.TableLike .DynamicFieldSet .InputField_InputContainer {
fieldset.TableLike > .Row > .FieldCell > .Field.DFSetOuterField .DynamicFieldSet .Row_DynamicField input {
min-width: 150px; /*kind of random, not ideal*/
box-sizing: border-box;
width: 100%;
width: 100% !important;
}

fieldset.TableLike > .Row > .FieldCell > .Field.DFSetOuterField .DynamicFieldSet .Row_DynamicField .DynamicFieldDate > input {
Expand Down

0 comments on commit 1b59659

Please sign in to comment.