components
1 year ago
css
2 years ago
attributes.js
3 years ago
block.js
1 year ago
deprecated.js
3 years ago
edit.js
3 years ago
editor.scss
4 years ago
editor.scss
22 lines
| 1 | .gb-button-wrapper { |
| 2 | margin: 0; |
| 3 | |
| 4 | > .block-editor-inner-blocks > .block-editor-block-list__layout { |
| 5 | // we need to use inline-flex because of bug with selecting wrapper block in editor. |
| 6 | display: flex; |
| 7 | flex-wrap: wrap; |
| 8 | align-items: flex-start; |
| 9 | justify-content: flex-start; |
| 10 | margin-right: 0; |
| 11 | |
| 12 | > div { |
| 13 | width: auto; |
| 14 | } |
| 15 | } |
| 16 | } |
| 17 | |
| 18 | .gblocks-add-new-button svg { |
| 19 | margin-right: 0 !important; |
| 20 | margin-left: 0 !important; |
| 21 | } |
| 22 |