mirror of
https://github.com/OpenLiberty/liberty-bikes.git
synced 2025-03-07 11:26:52 +08:00
Proper text overflow for long player names
This commit is contained in:
parent
e389eef652
commit
35cb80465a
@ -14,6 +14,8 @@ p {
|
||||
margin: 0 10px;
|
||||
color: white;
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
img {
|
||||
|
@ -1,7 +1,7 @@
|
||||
:host {
|
||||
display: grid;
|
||||
grid-template-rows: repeat(2, 1fr);
|
||||
grid-template-columns: 50px 1fr 1fr;
|
||||
grid-template-columns: 50px repeat(2, calc(50% - 25px));
|
||||
min-height: 100%;
|
||||
align-content: center;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user