Merge branch 'button-line-height' into 'v3'

Use padding rather than line height for button sizing

Closes #767

See merge request openflexure/openflexure-microscope-server!627
This commit is contained in:
Joe Knapper 2026-06-28 13:34:30 +00:00
commit 27854eb553

View file

@ -147,7 +147,8 @@ a:hover {
*/
.uk-button {
border-radius: @button-border-radius;
padding: 0 8px;
line-height: 14px;
padding: 12px 8px;
border-color: @global-border;
margin-bottom: 4px;
text-transform:none !important;