1
0
mirror of https://github.com/google/nomulus synced 2026-02-06 04:51:10 +00:00
Files
nomulus/console-webapp/src/app/ote/newOte.component.scss
2024-08-30 18:31:28 +00:00

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;
}
}