Skip to content

Commit

Permalink
Remove ineffective .status-button class.
Browse files Browse the repository at this point in the history
  • Loading branch information
junhaoliao committed Sep 11, 2024
1 parent 993370e commit c328ec2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions new-log-viewer/src/components/StatusBar/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,3 @@
padding-left: 8px;
flex-grow: 1;
}

.status-button {
min-height: 0;
}
1 change: 0 additions & 1 deletion new-log-viewer/src/components/StatusBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ const StatusBar = () => {
Status message
</Typography>
<Button
className={"status-button"}
size={"sm"}
onClick={handleCopyLinkButtonClick}
>
Expand Down

0 comments on commit c328ec2

Please sign in to comment.