vertically align labels in AccessibleButtons if their height is pushed out by wrapped text elsewhere

pull/21833/head
Matthew Hodgson 2021-03-08 17:59:02 +00:00
parent 14b828ecc6
commit b3cd6fcc9b
1 changed files with 2 additions and 1 deletions

View File

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