-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
Fixed css issue #5398
base: v3
Are you sure you want to change the base?
Fixed css issue #5398
Conversation
saviokmua
commented
Oct 30, 2023
6ed0d06
to
8128873
Compare
@@ -4838,14 +4838,14 @@ input[type="button"].btn-block { | |||
|
|||
.card > .list-group:first-child { | |||
border-top-width: 0; | |||
border-top-left-radius: calc(0.25rem - 0); | |||
border-top-right-radius: calc(0.25rem - 0); | |||
border-top-left-radius: calc(0.25rem); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better is
border-top-left-radius: 0.25rem;
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@danny007in thanks! fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
please make changes in .scss file, .css files are compiled |