-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
b-avatar button border size is too big when avatar size is set #5073
Closed
m-demydiuk opened this issue
Apr 2, 2020
· 2 comments
· Fixed by #5076, mariazevedo88/hash-generator-js#47, OpenTMI/opentmi-default-gui#62, tghelere/CL#26 or OpenTMI/opentmi-default-gui#64
Closed
b-avatar button border size is too big when avatar size is set #5073
m-demydiuk opened this issue
Apr 2, 2020
· 2 comments
· Fixed by #5076, mariazevedo88/hash-generator-js#47, OpenTMI/opentmi-default-gui#62, tghelere/CL#26 or OpenTMI/opentmi-default-gui#64
Labels
Status: Fixed / Implemented
Issue fixed by a new release
Status: Workaround Available
Type: Bug
Type: SCSS
Comments
Ah, we'll need to override the button padding. For now you can do this to remove hte padding from the button: <b-avatar button @click="change" :src="currentUserImage" size="150px" class="p-0"></b-avatar> |
tmorehouse
added a commit
that referenced
this issue
Apr 2, 2020
This was referenced Apr 2, 2020
tmorehouse
added a commit
that referenced
this issue
Apr 2, 2020
@m-demydiuk BootstrapVue |
This was referenced Apr 30, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Status: Fixed / Implemented
Issue fixed by a new release
Status: Workaround Available
Type: Bug
Type: SCSS
Describe the bug
I have b-avatar button with size set to 150px
<b-avatar button @click="change" :src="currentUserImage" size="150px"></b-avatar>
And it looks tooo odd:
Why avatar border is increased?
BTW, when avatar is in normal mode (not button), it looks ok:
The text was updated successfully, but these errors were encountered: