Skip to content

Commit 8e4a83b

Browse files
committed
ドロップダウンメニュー幅を280pxに拡大
1 parent e792769 commit 8e4a83b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/core/main-component.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ margin-right: 4px;
105105
background-color: var(--background-color-A);
106106
border-color: var(--nav-border);
107107
border-width: 1px;
108-
min-width: 240px;
108+
min-width: 280px;
109109
}
110110

111111
.custom-navbar .dropdown-item:hover {

0 commit comments

Comments
 (0)