Fix threads rendering issue in Safari (#8298)

pull/21833/head
Michael Telatynski 2022-04-13 09:16:09 +01:00 committed by GitHub
parent 9edb34a1e0
commit b4a91ea442
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ limitations under the License.
text-align: left; text-align: left;
font-size: $font-12px; font-size: $font-12px;
align-items: center; align-items: center;
justify-content: end; justify-content: flex-end;
gap: 4px; gap: 4px;
position: relative; position: relative;
top: 2px; top: 2px;