diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index 4dd23d137..f03ec1b79 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -585,8 +585,8 @@ th { text-overflow: ellipsis; vertical-align: middle; max-width: 50px; - width: 100%; - text-align: center; + width: auto; + text-align: left; @media (min-width: 376px) { max-width: 90px; }