chore: bump dep + minor ui fixes

This commit is contained in:
liyasthomas
2021-11-01 13:10:48 +05:30
parent 4f2b682341
commit 427baf4c79
3 changed files with 11 additions and 7 deletions

View File

@@ -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"

View File

@@ -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",