fix AccessibleButton layout some more

pull/21833/head
Matthew Hodgson 2021-03-08 23:28:54 +00:00
parent d388f877b4
commit 72f28240aa
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ limitations under the License.
padding: 7px 18px;
text-align: center;
border-radius: 8px;
display: flex;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: $font-14px;