git ssb

16+

Dominic / patchbay



Commit 0130f94de3e3c309fedf1f4ef5c26e6ea20d2bab

use min-height:0px; on rows and columns. This makes firefox behave like chrome.

Dominic Tarr committed on 9/19/2016, 7:39:11 AM
Parent: 33eacb10147b21fe1eddcd4eddd5ee575141d780

Files changed

style.csschanged
style.cssView
@@ -15,13 +15,15 @@
1515
1616 .column {
1717 display: flex;
1818 flex-direction: column;
19 + min-height:0px;
1920 }
2021
2122 .row {
2223 display: flex;
2324 flex-direction: row;
25 + min-height:0px;
2426 }
2527
2628 .end {
2729 justify-content: flex-end;

Built with git-ssb-web