chore: bump dep + minor ui fixes
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
</tippy>
|
||||
</span>
|
||||
<ButtonSecondary
|
||||
class="rounded-r-none rounded-l ml-2"
|
||||
class="rounded rounded-r-none ml-2"
|
||||
:label="
|
||||
windowInnerWidth.x.value >= 768 && COLUMN_LAYOUT
|
||||
? `${$t('request.save')}`
|
||||
@@ -150,7 +150,11 @@
|
||||
arrow
|
||||
>
|
||||
<template #trigger>
|
||||
<ButtonSecondary svg="chevron-down" filled class="rounded-r" />
|
||||
<ButtonSecondary
|
||||
svg="chevron-down"
|
||||
filled
|
||||
class="rounded rounded-l-none"
|
||||
/>
|
||||
</template>
|
||||
<input
|
||||
id="request-name"
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
"@nuxtjs/toast": "^3.3.1",
|
||||
"acorn": "^8.5.0",
|
||||
"acorn-walk": "^8.2.0",
|
||||
"axios": "^0.23.0",
|
||||
"axios": "^0.24.0",
|
||||
"codemirror": "^5.63.3",
|
||||
"codemirror-theme-github": "^1.0.0",
|
||||
"core-js": "^3.19.0",
|
||||
|
||||
Reference in New Issue
Block a user