We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a456e2 commit 83be291Copy full SHA for 83be291
src/Common/InfoColorBar/InfoColourbar.tsx
@@ -118,7 +118,7 @@ const InfoColourBar = ({
118
className={`${classname} info_text flex dc__content-space pt-8 pb-8 pl-12 pr-12 br-4 top fs-13 fw-4`}
119
style={styles}
120
>
121
- <div className={`flex top ${typeof renderActionButton === 'function' ? 'mr-5' : ''}`}>
+ <div className={`flex top ${typeof renderActionButton === 'function' ? 'mr-5' : ''} ${!!textConfig ? 'flex-grow-1' : ''}`}>
122
{!hideIcon && (
123
<div className={`icon-dim-${iconSize ?? '20'} mr-10`}>
124
<Icon className={`icon-dim-${iconSize ?? '20'} ${iconClass || ''} mr-8`} />
0 commit comments