Forráskód Böngészése

_dsgnsystm: Removing 50% max-width limits on align-left/right block utility classes

Allan Cole 6 éve
szülő
commit
7782aef3a3

+ 0 - 2
_dsgnsystm/sass/blocks/utilities/_style.scss

@@ -8,7 +8,6 @@
 	margin-right: #{map-deep-get($config-global, "spacing", "horizontal")};
 	margin-top: 0;
 	margin-bottom: #{map-deep-get($config-global, "spacing", "vertical")};
-	max-width: 50%;
 }
 
 .aligncenter {
@@ -24,7 +23,6 @@
 	margin-left: #{map-deep-get($config-global, "spacing", "horizontal")};
 	margin-top: 0;
 	margin-bottom: #{map-deep-get($config-global, "spacing", "vertical")};
-	max-width: 50%;
 }
 
 // Alignwide & Alignfull

+ 0 - 2
_dsgnsystm/style-rtl.css

@@ -1769,7 +1769,6 @@ table th,
 	margin-right: 16px;
 	margin-top: 0;
 	margin-bottom: 32px;
-	max-width: 50%;
 }
 
 .aligncenter {
@@ -1783,7 +1782,6 @@ table th,
 	margin-left: 16px;
 	margin-top: 0;
 	margin-bottom: 32px;
-	max-width: 50%;
 }
 
 .entry-content > .alignwide {

+ 0 - 2
_dsgnsystm/style.css

@@ -1772,7 +1772,6 @@ table th,
 	margin-right: 16px;
 	margin-top: 0;
 	margin-bottom: 32px;
-	max-width: 50%;
 }
 
 .aligncenter {
@@ -1788,7 +1787,6 @@ table th,
 	margin-left: 16px;
 	margin-top: 0;
 	margin-bottom: 32px;
-	max-width: 50%;
 }
 
 .entry-content > .alignwide {