Update width of picker footer

This commit is contained in:
Andrew Kingston 2023-02-28 13:19:44 +00:00
parent b6247fb9e4
commit 9f3176ce09
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@
.footer { .footer {
padding: 4px 12px 12px 12px; padding: 4px 12px 12px 12px;
font-style: italic; font-style: italic;
max-width: 160px; max-width: 170px;
font-size: 12px; font-size: 12px;
} }
</style> </style>