misc small fixes

This commit is contained in:
axolotle
2021-07-28 20:35:54 +02:00
parent 759fbd94f1
commit 25e621a06e
9 changed files with 47 additions and 25 deletions
@@ -7,7 +7,7 @@
<template v-slot="{ tags, disabled, addTag, removeTag }">
<b-dropdown
:text="buttonText"
variant="outline-dark" class="tags-dropdown d-tb-block"
variant="outline-dark" class="tags-dropdown"
dropright
>
<b-dropdown-item-button
@@ -89,6 +89,7 @@ export default {
.b-form-tag {
font-weight: $font-weight-bold;
text-transform: capitalize;
padding-top: 0;
padding-bottom: 0;
border: $line;
-1
View File
@@ -103,7 +103,6 @@ export default {
blockquote {
margin: 0 0 50px 50px;
font-style: italic;
@include media-breakpoint-up($size-bp) {
margin: 50px 0 110px 180px;