aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--releases/1.0.1.md2
-rw-r--r--src/main.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/releases/1.0.1.md b/releases/1.0.1.md
index 224c541..bbeea39 100644
--- a/releases/1.0.1.md
+++ b/releases/1.0.1.md
@@ -17,4 +17,4 @@ artifacts:
## Changelog
- Improved menu styling on touch devices.
- \ No newline at end of file
+ - Fixed a layout bug when combining `.box` and `role=listbox`.
diff --git a/src/main.css b/src/main.css
index e6c50a3..5cd5822 100644
--- a/src/main.css
+++ b/src/main.css
@@ -198,7 +198,7 @@ ul, ol {
padding-inline-start: var(--gap);
}
- &[role="list"] {
+ &[role="list"], &[role="listbox"] {
padding-inline-start: 0;
list-style: none;
}