Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit b4a91ea

Browse files
authored
Fix threads rendering issue in Safari (#8298)
1 parent 9edb34a commit b4a91ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/views/right_panel/_ThreadPanel.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ limitations under the License.
237237
text-align: left;
238238
font-size: $font-12px;
239239
align-items: center;
240-
justify-content: end;
240+
justify-content: flex-end;
241241
gap: 4px;
242242
position: relative;
243243
top: 2px;

0 commit comments

Comments
 (0)