mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 07:10:29 -04:00
Fix height of tag select box in responsive ebook search form
This commit is contained in:
parent
48818ef928
commit
fbfd4321e4
1 changed files with 1 additions and 1 deletions
|
@ -3540,7 +3540,7 @@ a.patron-selection:any-link:hover{
|
|||
}
|
||||
|
||||
form[action="/ebooks"] label.tags select{
|
||||
height: calc(1rem + 1.4rem + 1rem + 2px); /* Size equal to a select boxes */
|
||||
height: calc(1rem + 1.4rem + 1rem - 2px); /* Size equal to a select boxes */
|
||||
}
|
||||
|
||||
form[action="/ebooks"] label:has(input[type="search"]){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue