updating the ui and endpoint of the mt-form
This commit is contained in:
parent
67740cf2c6
commit
af115f9f19
2 changed files with 50 additions and 17 deletions
|
@ -1940,6 +1940,10 @@ select {
|
|||
margin-top: -2px;
|
||||
}
|
||||
|
||||
.ml-4 {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
.box-content {
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
@ -5388,6 +5392,10 @@ pre {
|
|||
max-width: 65ch;
|
||||
}
|
||||
|
||||
.sm\:basis-full {
|
||||
flex-basis: 100%;
|
||||
}
|
||||
|
||||
.sm\:grid-cols-1 {
|
||||
grid-template-columns: repeat(1, minmax(0, 1fr));
|
||||
}
|
||||
|
@ -5502,6 +5510,10 @@ pre {
|
|||
flex-basis: 25%;
|
||||
}
|
||||
|
||||
.md\:basis-full {
|
||||
flex-basis: 100%;
|
||||
}
|
||||
|
||||
.md\:grid-cols-2 {
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
}
|
||||
|
@ -5579,6 +5591,10 @@ pre {
|
|||
display: block;
|
||||
}
|
||||
|
||||
.lg\:flex {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.lg\:grid {
|
||||
display: grid;
|
||||
}
|
||||
|
@ -5615,6 +5631,14 @@ pre {
|
|||
max-width: none;
|
||||
}
|
||||
|
||||
.lg\:basis-1\/2 {
|
||||
flex-basis: 50%;
|
||||
}
|
||||
|
||||
.lg\:basis-1\/4 {
|
||||
flex-basis: 25%;
|
||||
}
|
||||
|
||||
.lg\:grid-flow-col-dense {
|
||||
grid-auto-flow: column dense;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue