Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 1c789cb

Browse files
authored
Reduce TAC width by 16px (#12239)
1 parent cf5d9f8 commit 1c789cb

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

res/css/structures/_ThreadsActivityCentre.pcss

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
white-space: nowrap;
6363
overflow: hidden;
6464
text-overflow: ellipsis;
65-
width: 210px;
65+
/* Arbitrary size, keep the TAC as the wanted width */
66+
width: 194px;
6667
}
6768
}
6869
}

0 commit comments

Comments
 (0)