Skip to content

Commit

Permalink
Drop obsolete form element class StateOverrides
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Aug 8, 2023
1 parent 26ab26b commit 6e595db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 78 deletions.
55 changes: 0 additions & 55 deletions library/Businessprocess/Web/Form/Element/StateOverrides.php

This file was deleted.

23 changes: 0 additions & 23 deletions public/css/module.less
Original file line number Diff line number Diff line change
Expand Up @@ -859,29 +859,6 @@ form.bp-form {
}
}

#stateOverrides-element {
display: inline-table;
table-layout: fixed;
border-spacing: .5em;
padding: 0;

label {
display: table-row;

span, select {
display: table-cell;
}

span {
width: 10em;
}

select {
width: 26em;
}
}
}

fieldset {
min-width: 36em;
}
Expand Down

0 comments on commit 6e595db

Please sign in to comment.