1
0
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:
Bryan Cunningham
2025-11-05 11:05:13 -05:00
committed by Bryan Cunningham
parent 943a186f4f
commit 8ad955102f

View File

@@ -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 }}"