Skip to content

Commit

Permalink
Sector Nord AG: Fixed overflow of dynamic field groups in AgentTicket…
Browse files Browse the repository at this point in the history
…Zoom process widget #553
  • Loading branch information
jsinagowitz authored Aug 21, 2024
1 parent aa72149 commit 7f31d0e
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 7f31d0e

Please sign in to comment.