Skip to content

Commit

Permalink
Merge pull request silverstripe#487 from creative-commoners/pulls/1.2…
Browse files Browse the repository at this point in the history
…/fix-loading-height

FIX Ensure FormBuilder loading indicator has a minimum height of the image
  • Loading branch information
dhensby committed Apr 16, 2018
2 parents 7464366 + 02d7989 commit 9016707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
&--loading {
text-indent: -9999em;
background: transparent url("../../images/spinner.gif") center center no-repeat;
min-height: 43px;

@media only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
Expand Down

0 comments on commit 9016707

Please sign in to comment.