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

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;