前提・実現したいこと
BootStrapVueの<b-input-group>を使用したとき、
append部分の文字を中央揃えに変更をしたいです。
widthの指定は聞きますが、text-alignの指定がききません。
その他margin:0 autoも試しましたが何も変わらずでした。
何か良い方法があればご教授頂けると幸いです。
よろしくお願いいたします。
該当のソースコード
<b-input-group class="mt-3"> <template #append> <b-input-group-text> <strong class="text-danger" style="width:100px;text-align:center">!</strong> </b-input-group-text> </template> <b-form-input></b-form-input> </b-input-group>
あなたの回答
tips
プレビュー