fixed ellipsis
This commit is contained in:
parent
01f0f4ba2d
commit
b3fd27426e
|
@ -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"] {
|
||||
|
|
Loading…
Reference in New Issue