Code Flow 1 cleanup

This commit is contained in:
konarfil
2023-09-25 09:17:00 +02:00
parent dd7d683d2d
commit f2ba27ca42
2 changed files with 26 additions and 13 deletions

View File

@@ -193,4 +193,13 @@ pre {
.centered {
text-align: center;
width: 100%;
}
}
.full-width {
width: 100%;
}
.flow-submit-container {
margin-top: 25px;
padding: 0 10px;
}