Skip to content

Commit

Permalink
Fixed overflow of ProcessWidgetDynamicFieldGroups
Browse files Browse the repository at this point in the history
  • Loading branch information
jsinagowitz committed Mar 28, 2024
1 parent 228e008 commit d370a18
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,12 @@ did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt.
background-color: #fff;
padding: 4px 7px 2px 7px;
font-size: 11px;
}
}*/

.WidgetSimple > .Content.ProcessInfo fieldset .FieldContainer p.CutValue {
text-overflow: ellipsis;
height: 17px;
overflow: hidden;
display: block;
white-space: nowrap;
}*/
max-width: 600px;
}

.WidgetSimple > .Content.ProcessInfo fieldset .FieldContainer p.ValueLong {
display: none;
Expand Down

0 comments on commit d370a18

Please sign in to comment.