mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-26 05:34:27 +02:00
perf: use overflow: clip instead of hidden
This commit is contained in:
@@ -144,7 +144,8 @@ export default defineComponent({
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
overflow: hidden; // overflow: clip; をSafariが対応したら消す
|
||||
overflow: clip;
|
||||
text-overflow: ellipsis;
|
||||
margin-right: 12px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user