mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Fix bug
This commit is contained in:
parent
068dc29602
commit
30513d50ba
1 changed files with 1 additions and 2 deletions
|
@ -112,8 +112,7 @@ export default Vue.extend({
|
||||||
margin: 4px 0;
|
margin: 4px 0;
|
||||||
padding: 4px 8px;
|
padding: 4px 8px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: var(--pollChoiceText);
|
border: solid 1px var(--divider);
|
||||||
border: solid 1px var(--pollChoiceBorder);
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Add table
Reference in a new issue