mirror of
https://github.com/yuzu-mirror/dynarmic.git
synced 2026-01-09 10:00:04 +01:00
git-subtree-dir: externals/fmt git-subtree-split: 398343897f98b88ade80bbebdcbe82a36c65a980
9 lines
162 B
Plaintext
9 lines
162 B
Plaintext
// Text overflow
|
|
// Requires inline-block or block for proper styling
|
|
|
|
.text-overflow() {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|