mirror of https://github.com/vector-im/riot-web
Fix threads rendering issue in Safari (#8298)
parent
9edb34a1e0
commit
b4a91ea442
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue