Skip to content

Commit

Permalink
fix: ListView reorderable handle uss
Browse files Browse the repository at this point in the history
  • Loading branch information
fuqunaga committed Nov 25, 2022
1 parent cd075c5 commit fc8d095
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -524,10 +524,10 @@

.unity-list-view__reorderable-handle
{
margin-top: 15px;
min-width: 26px;
justify-content: flex-start;
padding-top: 13px;
align-items: center;
justify-content: flex-start; /* for Unity2021. Default in Unity2022 */
}

.unity-list-view__reorderable-handle-bar
Expand Down

0 comments on commit fc8d095

Please sign in to comment.