Skip to content
Snippets Groups Projects
Unverified Commit c5179e8f authored by tamaina's avatar tamaina Committed by GitHub
Browse files

chore(client): 🎨 about button (#9339)

parent a47d172d
No related branches found
No related tags found
No related merge requests found
......@@ -89,10 +89,9 @@ export default defineComponent({
}
> .text {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
white-space: normal;
padding-right: 12px;
flex-shrink: 1;
}
}
......
......@@ -75,10 +75,10 @@ const props = defineProps<{
}
> .text {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
flex-shrink: 1;
white-space: normal;
padding-right: 12px;
text-align: center;
}
> .right {
......
......@@ -162,6 +162,7 @@ hr {
font-size: 1em;
font-family: inherit;
line-height: inherit;
max-width: 100%;
&, * {
@extend ._noSelect;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment