Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Commit

Permalink
Update widgets.css to prevent widgets expanding beyond container
Browse files Browse the repository at this point in the history
  • Loading branch information
KTS915 authored Nov 2, 2023
1 parent 470931e commit fe7c0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-admin/css/widgets.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* General Widgets Styles */

.widget {
margin: 0 auto 10px;
margin: 0 auto 10px !important;
position: relative;
box-sizing: border-box;
}
Expand Down

0 comments on commit fe7c0b6

Please sign in to comment.