mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
vertically align labels in AccessibleButtons if their height is pushed out by wrapped text elsewhere
This commit is contained in:
parent
14b828ecc6
commit
b3cd6fcc9b
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user