Skip to content

Commit 6cdf77f

Browse files
authored
Update index.css
1 parent af572b2 commit 6cdf77f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/index.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ dialog {
8585
font-size: 1.5em;
8686
cursor: pointer;
8787
}
88-
}
88+
}
8989
/* Portrait layout (mobile) */
9090
@media (max-aspect-ratio: 1) {
9191
top: 100px;
@@ -125,6 +125,8 @@ dialog {
125125
[role="menuitem"],
126126
li {
127127
white-space: nowrap;
128+
overflow: hidden;
129+
text-overflow: ellipsis;
128130
a {
129131
display: block;
130132
padding: .5em;

0 commit comments

Comments
 (0)