mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 07:39:25 +01:00
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:
parent
828ab8eba0
commit
c5927a10f3
|
|
@ -317,3 +317,8 @@ canvas.drawingBuffer {
|
|||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
/* Third party component customizations - Bootstrap list-group */
|
||||
.list-group {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user