Fix threads rendering issue in Safari (#8298)
parent
9edb34a1e0
commit
b4a91ea442
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue