mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-05 03:54:23 +00:00
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:
parent
0c0830f4fb
commit
c2d81d9b52
@ -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;
|
||||
}
|
||||
|
||||
@ -45,6 +45,9 @@
|
||||
&:last-child {
|
||||
border-left: none;
|
||||
}
|
||||
&.ant-btn.ant-btn-default:not(:hover) {
|
||||
border-color: @blue-12;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -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)}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user