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