Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit87ad794

Browse files
committed
oh
1 parent80ced53 commit87ad794

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

‎pgml-dashboard/src/components/dropdown/dropdown.scss‎

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@
1717
}
1818

1919
.dropdown-menu {
20-
min-width:100%;
20+
width:100%;
21+
}
22+
23+
.dropdown-item {
24+
overflow:hidden;
25+
text-overflow:ellipsis;
2126
}
2227
}
2328

@@ -64,6 +69,8 @@
6469
.menu-item {
6570
a {
6671
padding:8px12px;
72+
overflow:hidden;
73+
text-overflow:ellipsis;
6774
}
6875

6976
&:hover {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp