git ssb

16+

Dominic / patchbay



Commit 7da1b2adbfa620cd35e8dcf31baf0f7d82bc9874

Remove left padding of suggest box

With .suggest-box { width: max-content; }, the negative padding of the
ul just shifts the box to the right
cel committed on 11/15/2016, 4:59:16 AM
Parent: ef284a7d4ac7cdcbae3a5c6e10265c539ae34bff

Files changed

style.csschanged
style.cssView
@@ -252,9 +252,9 @@
252252 }
253253
254254 .suggest-box ul {
255255 list-style-type: none;
256- padding-left: -2em;
256 + padding-left: 0;
257257 }
258258
259259 .suggest-box .selected {
260260 background: #eee;

Built with git-ssb-web