mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-04-07 14:04:30 +08:00
Fix bug #58158
Changed max-width for "btn_search" from "50px" to "70px".
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
<body class='body'>
|
||||
<div id="synonimresult_id" class = "input-field">
|
||||
<input type="text" class = "input-synonim form-control" name="q" id = "inp_search" placeholder="Search" autocomplete="off" spellcheck="false">
|
||||
<button class = "btn-text-default" style="max-width: 50px;" id ="btn_search">Lookup</button>
|
||||
<button class = "btn-text-default" style="max-width: 70px;" id ="btn_search">Lookup</button>
|
||||
<button class = "btn-text-default" style="max-width: 50px;" id="btn_showApiKey">ApiKey</button>
|
||||
</div>
|
||||
<div id="div_ApiKey" style="display: none; padding-top: 10px;">
|
||||
|
||||
Reference in New Issue
Block a user