diff --git a/src/wp-admin/css/widgets.css b/src/wp-admin/css/widgets.css
index f1c3a3c..8f365cf 100644
a
|
b
|
|
39 | 39 | .widgets-holder-wrap .widget-inside { |
40 | 40 | border-top: none; |
41 | 41 | padding: 1px 15px 15px 15px; |
42 | | line-height: 16px; |
| 42 | line-height: 1.2; |
43 | 43 | } |
44 | 44 | |
45 | 45 | .widget.widget-dirty .widget-control-close-wrapper { |
… |
… |
|
89 | 89 | border: 1px dashed #b4b9be; |
90 | 90 | box-sizing: border-box; |
91 | 91 | cursor: pointer; |
92 | | line-height: 20px; |
| 92 | line-height: 1.6; |
93 | 93 | padding: 9px 0; |
94 | 94 | position: relative; |
95 | 95 | text-align: center; |
… |
… |
div#widgets-right .closed .widgets-sortables { |
541 | 541 | color: #666; |
542 | 542 | background: #EEE; |
543 | 543 | padding: 0 15px; |
544 | | line-height: 43px; |
| 544 | line-height: 3.35; |
545 | 545 | border-left: 1px solid #DDD; |
546 | 546 | } |
547 | 547 | |
… |
… |
div#widgets-right .widget-top:hover, |
756 | 756 | right: 15px; |
757 | 757 | } |
758 | 758 | .text-widget-fields .wp-pointer .wp-pointer-buttons { |
759 | | line-height: 1.4em; |
| 759 | line-height: 1.4; |
760 | 760 | } |
761 | 761 | |
762 | 762 | .custom-html-widget-fields > p > .CodeMirror { |