GH-2456 - Updating url property (#2478)

This commit is contained in:
Asaad Mahmood 2022-03-10 14:30:00 +05:00 committed by GitHub
parent bec39e8a64
commit b85f1ff0d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -29,6 +29,7 @@
}
.octo-propertyrow {
max-width: 595px;
display: flex;
align-items: center;
margin: 6px 0;

View file

@ -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);