Fix threads rendering issue in Safari (#8298)

This commit is contained in:
Michael Telatynski
2022-04-13 09:16:09 +01:00
committed by GitHub
parent 9edb34a1e0
commit b4a91ea442

View File

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