mirror of
https://github.com/google/nomulus
synced 2026-02-06 04:51:10 +00:00
12 lines
183 B
SCSS
12 lines
183 B
SCSS
.console-app__new-ote {
|
|
max-width: 720px;
|
|
mat-card-content {
|
|
white-space: break-spaces;
|
|
padding: 20px;
|
|
}
|
|
mat-form-field {
|
|
width: 100%;
|
|
max-width: 350px;
|
|
}
|
|
}
|