# Broken CSS for solution

**URL:** https://meta.discourse.org/t/broken-css-for-solution/59761
**Category:** Support
**Tags:** solved
**Created:** [March 23, 2017, 12:46pm UTC](https://meta.discourse.org/t/broken-css-for-solution/59761 "2017-03-23T12:46:05Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![johno](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johno/32/116884_2.png) [@johno](https://meta.discourse.org/u/johno)
#### Post date: [March 23, 2017, 12:46pm UTC](https://meta.discourse.org/t/broken-css-for-solution/59761/1 "2017-03-23T12:46:05Z")

</div>

Hi there,

I am running Discourse version v1.8.0.beta8 +16 with Solved plugin 0.1, but the CSS seems to be broken. The icon is not green a the text is not aligned.

![](https://global.discourse-cdn.com/meta/original/3X/e/e/ee8d49511588df7698261e5961581dab82996cb3.png)

![](https://global.discourse-cdn.com/meta/original/3X/b/5/b59aa72bf1b64b5c1ca0c736b4508e4fb1a0b625.png)

Any tips?

---

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [March 23, 2017, 12:54pm UTC](https://meta.discourse.org/t/broken-css-for-solution/59761/2 "2017-03-23T12:54:38Z")

</div>

Do you have any CSS customisations on your site?

If it’s a public forum, can you share a link so we can have a look?

---

<div class="post-metadata">

### Author: ![johno](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johno/32/116884_2.png) [@johno](https://meta.discourse.org/u/johno)
#### Post date: [March 23, 2017, 1:07pm UTC](https://meta.discourse.org/t/broken-css-for-solution/59761/3 "2017-03-23T13:07:04Z")

</div>

No CSS customizations I know of. I’ve made it public just for you [https://platforma.slovensko.digital/c/stat-overflow](https://platforma.slovensko.digital/c/stat-overflow) 🙂

Thanks for the quick reply!

---

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [March 23, 2017, 1:14pm UTC](https://meta.discourse.org/t/broken-css-for-solution/59761/4 "2017-03-23T13:14:44Z")

</div>

That is weird… it seems like the CSS from the plugin hasn’t been included at all…

How did you install the plugin? Are you using the standard docker-based install?

---

<div class="post-metadata">

### Author: ![johno](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johno/32/116884_2.png) [@johno](https://meta.discourse.org/u/johno)
#### Post date: [March 23, 2017, 1:26pm UTC](https://meta.discourse.org/t/broken-css-for-solution/59761/5 "2017-03-23T13:26:49Z")

</div>

I just added the plugin in the app.yml

```plaintext
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - mkdir -p plugins
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/discourse/discourse-solved.git

```

and rebuild the app. Worked ok until I upgraded the discourse via admin GUI. Yup. Running the standard docker installation.

---

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [March 23, 2017, 1:33pm UTC](https://meta.discourse.org/t/broken-css-for-solution/59761/6 "2017-03-23T13:33:49Z")

</div>

That all looks fine, can you try rebuilding the site from the command line again:

`/var/discourse/launcher rebuild app` and see if the problem persists? It might be that the GUI upgrade got stuck when compiling the CSS.

---

<div class="post-metadata">

### Author: ![johno](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johno/32/116884_2.png) [@johno](https://meta.discourse.org/u/johno)
#### Post date: [March 23, 2017, 1:46pm UTC](https://meta.discourse.org/t/broken-css-for-solution/59761/7 "2017-03-23T13:46:17Z")

</div>

Hmm, this fixed it. Will let you know if anything goes wrong after another upgrade from GUI.

Thanks!

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [March 23, 2017, 9:24pm UTC](https://meta.discourse.org/t/broken-css-for-solution/59761/8 "2017-03-23T21:24:41Z")

</div>


