-
Notifications
You must be signed in to change notification settings - Fork 47
Fix EZP-27330: Full name in preview box and on hover of the link in UDW #873
Fix EZP-27330: Full name in preview box and on hover of the link in UDW #873
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @adamwojs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, @dpobel / @StephaneDiot: looks ok?
+1 for the CSS changes of the PR but it's not corresponding to the description: this PR doesn't fixes the preview box so it can show the full name of selected content For that you need to apply the CSS changes that is in #863 on Resources/public/css/views/universaldiscovery/selected.css (removing |
font-weight: bold; | ||
margin-top: 5px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please no px
, we use relative unit, em
usually for margins
} | ||
|
||
.ez-view-universaldiscoveryselectedview .ez-ud-selected-infos .ez-ud-selected-info { | ||
margin-bottom: 0.5em; | ||
margin-left: 0; | ||
font-size: 0.8em; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to not repeat that, what about defining the font-size on .ez-ud-selected-infos
?
@dpobel @StephaneDiot Thank you for review. I've applied suggested changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually the patch should be made for the 1.9 branch
e48af14
to
69a05ce
Compare
Description
This PR fixes the preview box so it can show the full name of selected content. Based on CSS proposed by @inakijv in JIRA issue.
Screenshot
Related PRs