diff options
| author | real-zephex <[email protected]> | 2024-05-05 10:46:20 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-05 10:46:20 +0530 |
| commit | c9627848bba0fbc611b18116f621fde7468a8772 (patch) | |
| tree | 8970cdc8ecb8775cbdfc7782e00c9db151e5dff2 /src/app/anime/top-airing/trending.module.css | |
| parent | Merge pull request #15 from zephex-alt/master (diff) | |
| parent | UI enhancement (diff) | |
| download | dramalama-c9627848bba0fbc611b18116f621fde7468a8772.tar.xz dramalama-c9627848bba0fbc611b18116f621fde7468a8772.zip | |
Merge pull request #16 from zephex-alt/master
UI enhancement
Diffstat (limited to 'src/app/anime/top-airing/trending.module.css')
| -rw-r--r-- | src/app/anime/top-airing/trending.module.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/anime/top-airing/trending.module.css b/src/app/anime/top-airing/trending.module.css index 31f6b16..2abaf4b 100644 --- a/src/app/anime/top-airing/trending.module.css +++ b/src/app/anime/top-airing/trending.module.css @@ -42,7 +42,7 @@ .trendingEntries p {
text-align: center;
width: auto;
- max-width: 180px;
+ max-width: 190px;
margin: 0.5rem 0 0 0;
overflow: hidden;
white-space: nowrap;
|