fix AccessibleButton label positioning now they can wrap

This commit is contained in:
Matthew Hodgson 2021-03-08 22:29:08 +00:00
parent 9d99b2f239
commit c543f0a2d0

View file

@ -28,6 +28,7 @@ limitations under the License.
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
font-size: $font-14px;
}