kylebakerio / mindseal

next-gen cross-platform open-source buzzword-happy SRS
http://mindseal.kylebaker.io
2 stars 1 forks source link

buttons are too close together on most of app #93

Closed kylebakerio closed 8 years ago

kylebakerio commented 8 years ago

don't know wtf caused that?

kylebakerio commented 8 years ago

broken working-local

first one is what it looks like on the production site when you inspect the properties of the button. seocnd one is what it looks like locally on my machine, where they are properly spaced. There is a rule that seems to just be missing on their copies, that mine has. What the hell?

kylebakerio commented 8 years ago

manually adding the

.card .card-action a {
  margin-right: 20px;
}

Rule immediately fixes it. It's as if that rule doesn't exist in the minified css file there, but surely that's impossible?

--Ah ha! Must be a newer version of materialize out that no longer has that class!--

Nope. Bummer. :(

kylebakerio commented 8 years ago

For now I've applied a custom mimic of this rule into the CSS file (test.css), and it seems to fix it on prod. No idea why this happened, but it's fixed for now.