Skip to content

Commit 82c70c5

Browse files
allinoxVedeler
and
Vedeler
authored
quick fix (#1376)
Co-authored-by: Vedeler <acn-avede@ai-dev.no>
1 parent a86b1dd commit 82c70c5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/features/singleRight/components/ResourceActionBar/ResourceActionBar.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
color: var(--ds-color-danger-text-default);
2020
}
2121

22+
.notDelegableContainer::before {
23+
display: none;
24+
}
25+
2226
.loadingText {
2327
display: flex;
2428
gap: 12px;

src/features/singleRight/components/ResourceActionBar/ResourceActionBar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ export const ResourceActionBar = ({
127127
onClick={() => {
128128
setOpen(!open);
129129
}}
130+
data-size='md'
130131
>
131132
{!compact && errorText}
132133
<ExclamationmarkTriangleIcon

0 commit comments

Comments
 (0)