fix: enhance layout consistency in default-base.css

- Added overflow-x: auto to dd elements for improved handling of overflow content.
- This change continues the effort to enhance visual consistency across the plugin.
This commit is contained in:
Zack Spear
2025-05-22 12:36:12 -07:00
parent 40565a9bda
commit 446975a284

View File

@@ -1513,6 +1513,7 @@ dt {
dd {
margin: 0;
white-space: normal;
overflow-x: auto;
p {
margin: 0 0 4px 0;