You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you compare in AgentTicketZoom in the Widgets "Ticket information" and "Customer information", you can see that a slight height difference is there compared between the labels and their values.
The text was updated successfully, but these errors were encountered:
This is due to different margins for labels and class Value within fieldset tables. I investigated this and it occurs that the relevant code stems from OTRS. I will make a PR, since this does not only affect the ticket information widget, but also (but not necessarily limited to):
AgentStatisticsReportsView
AdminPackageManager
GeneralSpecificationWidget
StatsParamsWidget
I would change the padding of the Value class because this is less invasive (labels are not only used with static Value elements, but also with Field elements).
When you compare in AgentTicketZoom in the Widgets "Ticket information" and "Customer information", you can see that a slight height difference is there compared between the labels and their values.
The text was updated successfully, but these errors were encountered: