Fix layout regression in installable plugins
This commit is contained in:
parent
d3d205ece9
commit
8334348a13
@ -203,7 +203,7 @@ pre {
|
||||
#dashboard > .dashboard_widget,
|
||||
#maintenance > .quick_list,
|
||||
.media_pane > .media_file,
|
||||
.plugins_installable li,
|
||||
.plugins_installable > li,
|
||||
#template_select > article,
|
||||
#template_select > ul li {
|
||||
flex: 0 0 auto;
|
||||
@ -234,7 +234,7 @@ pre {
|
||||
#dashboard > .dashboard_widget:nth-of-type(even),
|
||||
#maintenance > .quick_list:nth-of-type(even),
|
||||
.media_pane > .media_file:nth-of-type(even),
|
||||
.plugins_installable li:nth-of-type(even),
|
||||
.plugins_installable > li:nth-of-type(even),
|
||||
#template_select > .current_backend_template,
|
||||
#template_select > ul li:nth-of-type(even) {
|
||||
margin: 0 0 1em 2%;
|
||||
|
@ -3251,7 +3251,7 @@ img.mfp-img {
|
||||
#dashboard > .dashboard_widget,
|
||||
#maintenance > .quick_list,
|
||||
.media_pane > .media_file,
|
||||
.plugins_installable li,
|
||||
.plugins_installable > li,
|
||||
#template_select > article,
|
||||
#template_select > ul li {
|
||||
flex: 0 0 auto;
|
||||
@ -3282,7 +3282,7 @@ img.mfp-img {
|
||||
#dashboard > .dashboard_widget:nth-of-type(even),
|
||||
#maintenance > .quick_list:nth-of-type(even),
|
||||
.media_pane > .media_file:nth-of-type(even),
|
||||
.plugins_installable li:nth-of-type(even),
|
||||
.plugins_installable > li:nth-of-type(even),
|
||||
#template_select > .current_backend_template,
|
||||
#template_select > ul li:nth-of-type(even) {
|
||||
margin: 0 0 1em 2%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user