Fix: Minor css bugs (#20677)

* fix action btn css issue

* update owner label extra avatar size

* minor css fix for layout

* minor css fix

* update show more owners avatar size as per  feedback
This commit is contained in:
Shrushti Polekar 2025-04-08 21:06:46 +05:30 committed by GitHub
parent 0c0830f4fb
commit c2d81d9b52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 3 deletions

View File

@ -42,7 +42,7 @@
flex-direction: column;
border: 1px solid @grey-15;
.full-width {
&.full-width {
flex: 10;
margin-right: 0px;
}
@ -399,7 +399,7 @@
background: @blue-23;
color: @blue-9;
text-align: center;
border-radius: @size-sm;
border-radius: @size-xs;
.ant-segmented-item-label {
color: @blue-9;
}

View File

@ -45,6 +45,9 @@
&:last-child {
border-left: none;
}
&.ant-btn.ant-btn-default:not(:hover) {
border-color: @blue-12;
}
}
}

View File

@ -144,7 +144,7 @@ export const OwnerLabel = ({
{/* Show more button/dropdown */}
{showMoreButton && (
<OwnerReveal
avatarSize={avatarSize}
avatarSize={isCompactView ? 24 : avatarSize}
isCompactView={isCompactView}
isDropdownOpen={isDropdownOpen}
owners={owners.slice(maxVisibleOwners)}