Reduce TAC width by `16px` (#12239)

pull/28217/head
Florian Duros 2024-02-08 15:46:34 +01:00 committed by GitHub
parent cf5d9f86fd
commit 1c789cbb18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.0 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.0 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

View File

@ -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;
}
}
}