Skip to content

Commit

Permalink
Handle API access method name overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
raksooo authored and MarkusPettersson98 committed Oct 23, 2024
1 parent 0aaf3f1 commit a9421ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gui/src/renderer/components/ApiAccessMethods.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const StyledSpinner = styled(ImageView)({
});

const StyledNameLabel = styled(Cell.Label)({
display: 'block',
overflow: 'hidden',
textOverflow: 'ellipsis',
whiteSpace: 'nowrap',
Expand Down
2 changes: 1 addition & 1 deletion gui/src/renderer/components/InfoButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import ImageView from './ImageView';
import { ModalAlert, ModalAlertType } from './Modal';

const StyledInfoButton = styled.button({
margin: '0 16px 0 0',
margin: '0 16px 0 8px',
borderWidth: 0,
padding: 0,
cursor: 'default',
Expand Down

0 comments on commit a9421ee

Please sign in to comment.