Align buttons to left, fix readme panel width, and ensure consistent 700px width for all tab content
This commit is contained in:
@ -125,7 +125,7 @@ class WP_Allstars_Hosting_Manager {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
#hosting .wpa-pro-plugin .button-group {
|
||||
justify-content: flex-end;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
';
|
||||
|
||||
|
@ -184,7 +184,7 @@ class WP_Allstars_Pro_Plugins_Manager {
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
margin-top: auto;
|
||||
justify-content: flex-end;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.wpa-pro-plugin .button {
|
||||
text-decoration: none;
|
||||
|
@ -63,7 +63,7 @@ class WP_Allstars_Tools_Manager {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
#tools .wpa-pro-plugin .button-group {
|
||||
justify-content: flex-end;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
';
|
||||
|
||||
|
Reference in New Issue
Block a user