Alexander Wels has uploaded a new change for review. Change subject: webadmin: overlapping event notification text ......................................................................
webadmin: overlapping event notification text - Fixed issue where the height of a row was fixed and it would overflow onto the next line if the text was too long. Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=987943 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=911071 Change-Id: Ib6ec7edbbf6d0cd391a2e8d5a28c0b1fa978b832 Signed-off-by: Alexander Wels <aw...@redhat.com> --- M frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/css/NotificationsTree.css 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/34/19334/1 diff --git a/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/css/NotificationsTree.css b/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/css/NotificationsTree.css index 77f835b..ac3759e 100644 --- a/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/css/NotificationsTree.css +++ b/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/css/NotificationsTree.css @@ -10,7 +10,7 @@ padding-bottom: 1px; cursor: pointer; zoom: 1; - height: 19px; + height: auto; } .cellTreeItemImage { @@ -37,7 +37,7 @@ font-weight: bold; color: #4b4a4a; margin-top: 0px !important; - padding: 8px 13px 5px 2px !important; + padding: 2px 13px 2px 2px !important; } .cellTreeTopItemImage { -- To view, visit http://gerrit.ovirt.org/19334 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib6ec7edbbf6d0cd391a2e8d5a28c0b1fa978b832 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alexander Wels <aw...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches