mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
use regular gap instead of column gap to fix spacing (#17228)
This commit is contained in:
committed by
Bryan Cunningham
parent
943a186f4f
commit
8ad955102f
@@ -15,7 +15,7 @@
|
||||
<div>
|
||||
<bit-card>
|
||||
<div class="tw-mb-4">{{ "include" | i18n }}</div>
|
||||
<div class="tw-flex tw-flex-wrap tw-gap-x-8">
|
||||
<div class="tw-flex tw-flex-wrap tw-gap-8">
|
||||
<bit-form-control
|
||||
attr.aria-description="{{ 'uppercaseDescription' | i18n }}"
|
||||
title="{{ 'uppercaseDescription' | i18n }}"
|
||||
|
||||
Reference in New Issue
Block a user