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

Fix sublist sizing regression
This commit is contained in:
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

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;