mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-02-24 01:32:47 +00:00
Widgets: Wraps long widget titles in classic Widgets screen.
Follow-up to [18577], [26426]. Props afercia, bravokeyl, drewapicture, gkloveweb, hitendra-chopda, hellofromTonya, ianhayes94, ovann86, pankajmohale, poena, sabrib, swissspidy, xkon. Fixes #37451. git-svn-id: https://develop.svn.wordpress.org/trunk@52177 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
648eb03768
commit
8e0e534d90
@ -346,7 +346,8 @@
|
||||
margin: 0;
|
||||
padding: 8px 10px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
white-space: normal;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.widgets-holder-wrap .description {
|
||||
@ -481,7 +482,7 @@ div#widgets-right .sidebar-description {
|
||||
|
||||
div#widgets-right .sidebar-name h2,
|
||||
div#widgets-right .sidebar-name h3 {
|
||||
padding: 15px 7px;
|
||||
padding: 15px 15px 15px 7px;
|
||||
}
|
||||
|
||||
div#widgets-right .widget-top {
|
||||
@ -508,6 +509,12 @@ div#widgets-right .closed .widgets-sortables {
|
||||
margin: -5px 5px;
|
||||
}
|
||||
|
||||
.sidebar-name .spinner {
|
||||
position: absolute;
|
||||
top: 18px;
|
||||
right: 30px;
|
||||
}
|
||||
|
||||
/* Dragging a widget over a closed sidebar */
|
||||
#widgets-right .widgets-holder-wrap.widget-hover {
|
||||
border-color: #787c82;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user