Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
asaadmahmood authored Mar 10, 2022
1 parent bec39e8 commit b85f1ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions webapp/src/components/cardDetail/cardDetail.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
}

.octo-propertyrow {
max-width: 595px;
display: flex;
align-items: center;
margin: 6px 0;
Expand Down
3 changes: 2 additions & 1 deletion webapp/src/components/properties/link/link.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@

.IconButton {
display: none;
margin-right: 4px;
margin: 0 0 0 4px;
flex: 0 0 24px;

&:hover {
background-color: rgb(var(--center-channel-color-rgb), 0.1);
Expand Down

0 comments on commit b85f1ff

Please sign in to comment.