fixed ellipsis

This commit is contained in:
gpkvt 2023-06-04 10:45:18 +02:00
parent 01f0f4ba2d
commit b3fd27426e
1 changed files with 0 additions and 5 deletions

View File

@ -48,7 +48,6 @@ a {
border-radius: 10px;
margin-top: 10px;
display: flex;
flex: 1;
padding: 5px;
background-color: var(--bg-ab);
}
@ -71,8 +70,6 @@ a {
hyphens: auto;
overflow: hidden;
text-overflow: ellipsis;
display: flex;
align-items: center;
}
.b {
@ -93,8 +90,6 @@ a {
hyphens: auto;
overflow: hidden;
text-overflow: ellipsis;
display: flex;
align-items: center;
}
input[type="radio"] {