Files
molecular_frontend/src/Pages/ExperimentsPage/ExperimentPage.css
2026-03-16 22:05:19 +03:00

17 lines
289 B
CSS

.ExperimentPage {
flex-grow: 1;
display: flex;
flex-direction: column;
}
.experimentButtons {
display: flex;
gap: 20px;
flex-direction: row;
justify-content: right;
width: fit-content;
margin-left: auto;
flex-wrap: nowrap;
text-wrap: nowrap;
}