mirror of
https://github.com/grocy/grocy.git
synced 2026-04-07 05:16:15 +02:00
fixed recipe ingredient layout issue in safari
This commit is contained in:
parent
00d0c78c61
commit
8c9a20a794
|
|
@ -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;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user