Tighten mobile hero lookup button
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 29s
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 29s
This commit is contained in:
@@ -880,12 +880,28 @@ textarea:focus {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.hero-lookup-group .input-group-btn,
|
||||
.hero-lookup-group .btn {
|
||||
display: block;
|
||||
.hero-lookup-group {
|
||||
display: table;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.hero-lookup-group .input-group-btn {
|
||||
width: 1%;
|
||||
white-space: nowrap;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.hero-lookup-group .btn {
|
||||
width: 54px;
|
||||
min-width: 54px;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.hero-lookup-group .hero-lookup-label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.infoBox .icon {
|
||||
font-size: 48px;
|
||||
line-height: 48px;
|
||||
|
||||
Reference in New Issue
Block a user