Skip to content

Commit

Permalink
ui: fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
anikachurilova authored and kpsherva committed Feb 10, 2025
1 parent c136fe1 commit 6756571
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export class RecordResourceActions extends Component {
labelPosition="left"
>
{icon && <Icon name={icon} />}
{actionConfig.text}
{actionConfig.text}...
</Element>
);
}
Expand All @@ -135,7 +135,7 @@ export class RecordResourceActions extends Component {
labelPosition="left"
>
{icon && <Icon name={icon} />}
{actionConfig.text}
{actionConfig.text}...
</Element>
);
}
Expand All @@ -153,7 +153,7 @@ export class RecordResourceActions extends Component {
labelPosition="left"
>
{icon && <Icon name={icon} />}
{actionConfig.text}
{actionConfig.text}...
</Element>
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ a.subject:hover {

label.helptext {
display: block;
color: @mutedTextColor;
font-weight: normal;
font-size: 0.9em;
color: @mutedTextColor !important;
font-weight: normal !important;
font-size: 0.9em !important;
margin-top: -0.8em; // counterweight Form field bottom margin
margin-bottom: @defaultMargin;
}
Expand Down

0 comments on commit 6756571

Please sign in to comment.