Merge pull request #4649 from JorikSchellekens/joriks/fix-sublist-sizing-regression

Fix sublist sizing regression
pull/21833/head
Jorik Schellekens 2020-05-27 17:04:49 +01:00 committed by GitHub
commit 5c3208d942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ limitations under the License.
flex-direction: row;
align-items: center;
cursor: pointer;
height: 32px;
height: 34px;
margin: 0;
padding: 0 8px 0 10px;
position: relative;