1 2 3 4 5 6 7 8 9 10 |
/* display: flex flex-direction: row / arrange child elements horizontally br should be effective / br は効いて欲しい */ br { flex-shrink: 0; // not necessary width: 100vw; content: ""; // google-chrome } |
現状これで上手く動作している…