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