diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css
index cf9c7ffe43..f768a9645a 100644
a
|
b
|
div.action-links { |
2904 | 2904 | padding: 12px 16px 0; |
2905 | 2905 | height: 46px; |
2906 | 2906 | } |
| 2907 | |
| 2908 | /* Fix help tab columns for smaller screens */ |
| 2909 | #screen-meta #contextual-help-wrap { |
| 2910 | overflow: hidden; |
| 2911 | } |
| 2912 | |
| 2913 | #screen-meta #contextual-help-back, |
| 2914 | #screen-meta .contextual-help-sidebar { |
| 2915 | display: none; |
| 2916 | } |
| 2917 | |
| 2918 | #screen-meta .contextual-help-tabs { |
| 2919 | clear: both; |
| 2920 | width: 100%; |
| 2921 | float: none; |
| 2922 | } |
| 2923 | |
| 2924 | #screen-meta .contextual-help-tabs-wrap { |
| 2925 | clear: both; |
| 2926 | max-width: 100%; |
| 2927 | float: none; |
| 2928 | } |
| 2929 | |
| 2930 | #screen-meta-links { |
| 2931 | margin-bottom: 60px; /* Add margins beneath links for better spacing between boxes and elements */ |
| 2932 | } |
| 2933 | |
2907 | 2934 | } |
2908 | 2935 | |
2909 | 2936 | /* Thickbox for the Plugin details modal. */ |
… |
… |
img { |
3701 | 3728 | } |
3702 | 3729 | |
3703 | 3730 | /* Hidden Elements */ |
3704 | | #contextual-help-link-wrap, |
3705 | 3731 | #collapse-menu, |
3706 | 3732 | .post-format-select { |
3707 | 3733 | display: none !important; |