We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6812c18 commit 591db8bCopy full SHA for 591db8b
components/inlinealert/index.css
@@ -86,7 +86,10 @@ governing permissions and limitations under the License.
86
87
.spectrum-InLineAlert-content {
88
display: block;
89
- margin: var(--mod-inlinealert-spacing-header-content-button, var(--spectrum-inlinealert-spacing-header-content-button)) 0 0 0;
+ margin-block-start: var(--mod-inlinealert-spacing-header-content-button, var(--spectrum-inlinealert-spacing-header-content-button));
90
+ margin-block-end: 0;
91
+ margin-inline-start: 0;
92
+ margin-inline-end: 0;
93
padding: 0;
94
95
word-wrap: break-word;
0 commit comments