We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc4320 commit 63507d0Copy full SHA for 63507d0
src/app/master-configuration/master-configuration.component.scss
@@ -9,6 +9,10 @@ h3 {
9
margin-bottom: 10px;
10
}
11
12
+pre {
13
+ font-size: 10px;
14
+}
15
+
16
h3 {
17
margin-top: 10px;
18
src/app/spinners/spinners.component.html
@@ -1,5 +1,5 @@
1
<div fxLayout="row wrap" fxLayoutAlign="center" style="margin-top: 12px">
2
- <div fxFlex="100" fxFlex.gt-xs="800px" fxLayout="row wrap" fxLayoutAlign="center start">
+ <div fxFlex="100" fxFlex.gt-sm="960px" fxFlex.gt-sx="600px" fxLayout="row wrap" fxLayoutAlign="center start">
3
<div *ngFor="let spinner of spinners" fxFlex.xs="40" class="container" fxFlex="135px">
4
<div class="ngx-foreground-spinner spinner-container">
5
<div [class]="spinner.class">
0 commit comments