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

Commit

Permalink
Reduce TAC width by 16px (#12239)
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros authored Feb 8, 2024
1 parent cf5d9f8 commit 1c789cb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion res/css/structures/_ThreadsActivityCentre.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 210px;
/* Arbitrary size, keep the TAC as the wanted width */
width: 194px;
}
}
}
Expand Down

0 comments on commit 1c789cb

Please sign in to comment.