101 - Fix cramped number inputs on Settings page
This commit is contained in:
parent
d2919758f5
commit
268bbfd05a
1 changed files with 2 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ class="flex-shrink-0"
|
||||||
min="0"
|
min="0"
|
||||||
max="1440"
|
max="1440"
|
||||||
step="1"
|
step="1"
|
||||||
class="w-20 rounded-md border-gray-300 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 sm:text-sm"
|
class="w-24 rounded-md border-gray-300 px-3 py-2 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 text-sm"
|
||||||
/>
|
/>
|
||||||
<button
|
<button
|
||||||
wire:click="updateArticlePublishingInterval"
|
wire:click="updateArticlePublishingInterval"
|
||||||
|
|
@ -133,7 +133,7 @@ class="flex-shrink-0"
|
||||||
wire:model="feedStalenessThreshold"
|
wire:model="feedStalenessThreshold"
|
||||||
min="0"
|
min="0"
|
||||||
step="1"
|
step="1"
|
||||||
class="w-20 rounded-md border-gray-300 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 sm:text-sm"
|
class="w-24 rounded-md border-gray-300 px-3 py-2 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 text-sm"
|
||||||
/>
|
/>
|
||||||
<button
|
<button
|
||||||
wire:click="updateFeedStalenessThreshold"
|
wire:click="updateFeedStalenessThreshold"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue