fuse-angular/src/app/main/content/ui/forms/forms.component.scss
Sercan Yemen 6747610771 Fixed: Fullwidth simple page layout doesn't scroll
+ Added: New logo to the various pages
+ Fixed: Mobile zoom is not disabled
+ Fixed: Profile timeline mobile order is not correct
+ Fixed: Quickpanel focusses to the form elements causing it to scroll on mobile devices when opened
+ Various demo page mobile fixes
2017-09-22 16:04:59 +03:00

18 lines
263 B
SCSS

:host {
.content {
form {
width: 100%;
max-width: 800px !important;
}
.form-errors-model {
flex: 1;
code {
background: none !important;
}
}
}
}