mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-08 09:55:32 +00:00
Merge pull request #9472 from keymanapp/fix/windows/share-keyboard-text-overflow
fix(windows): allow QR share box to grow to edge of default configuration parent window
This commit is contained in:
commit
c8cd009f04
1 changed files with 3 additions and 1 deletions
|
|
@ -1136,7 +1136,7 @@ th
|
|||
position: fixed;
|
||||
display: none;
|
||||
width: 256px;
|
||||
height: 324px;
|
||||
height: auto;
|
||||
margin: -180px 0 0 -128px;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
|
|
@ -1149,6 +1149,8 @@ th
|
|||
|
||||
.qrcode .qrcode_caption {
|
||||
display: block;
|
||||
max-height: 130px;
|
||||
overflow-y: auto;
|
||||
white-space: normal;
|
||||
font-size: 12pt;
|
||||
padding: 8px;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue