Remove unused CSS

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-07-13 12:27:03 +02:00
parent 8fc90e1d53
commit d149cead5f
No known key found for this signature in database
GPG key ID: 9760693FDD98A790

View file

@ -98,5 +98,4 @@ limitations under the License.
/* the next three lines, along with overflow hidden, truncate long display names */ /* the next three lines, along with overflow hidden, truncate long display names */
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
max-width: calc(100% - 65px);
} }