fixed recipe ingredient layout issue in safari (#387)

* fixed barcode button on iOS and made nicer on the desktop

* fixed indentation

* fixed indentation

* fixed recipe ingredient layout issue in safari
This commit is contained in:
DeeeeLAN 2019-09-26 02:42:30 -07:00 committed by Bernd Bestel
parent 828ab8eba0
commit c5927a10f3

View File

@ -317,3 +317,8 @@ canvas.drawingBuffer {
left: 0; left: 0;
top: 0; top: 0;
} }
/* Third party component customizations - Bootstrap list-group */
.list-group {
flex-shrink: 0;
}