Skip to content

Commit 74afa27

Browse files
author
Yosevu Kilonzo
committed
fix: add border-inline-width
1 parent c1dc1f8 commit 74afa27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/inlinealert/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ governing permissions and limitations under the License.
4343
padding-inline: var(--mod-inlinealert-spacing-edge-to-text, var(--spectrum-inlinealert-spacing-edge-to-text));
4444

4545
border-block-width: var(--mod-inlinealert-border-width, var(--spectrum-inlinealert-border-width));
46+
border-inline-width: var(--mod-inlinealert-border-width, var(--spectrum-inlinealert-border-width));
4647
border-style: solid;
4748
border-radius: var(--mod-inlinealert-border-radius, var(--spectrum-inlinealert-border-radius));
4849

0 commit comments

Comments
 (0)