1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 22:44:11 +00:00

fix story template; update docs

This commit is contained in:
William Martin
2024-11-06 15:11:51 -05:00
parent 7d40bac6e9
commit 4a1e27d7f3
2 changed files with 2 additions and 3 deletions

View File

@@ -153,7 +153,6 @@ export const TextOverflow: Story = {
};
const multipleActionListTemplate = /*html*/ `
<div class="tw-bit-compact tw-max-h-">
<bit-item-group aria-label="Multiple Action List">
<bit-item>
<button bit-item-content>
@@ -270,7 +269,6 @@ const multipleActionListTemplate = /*html*/ `
</ng-container>
</bit-item>
</bit-item-group>
</div>
`;
export const MultipleActionList: Story = {

View File

@@ -7,7 +7,8 @@ import * as popupLayoutStories from "../../../../apps/browser/src/platform/popup
# Compact Mode
Bitwarden has a global compact mode setting for users who prefer a more information-dense UI.
The Bitwarden browser extension has a global compact mode setting for users who prefer a more
information-dense UI.
## Tailwind