Cachet: Different size for hr in incident markdown

Created on 20 Feb 2017  路  9Comments  路  Source: CachetHQ/Cachet

Cosmetic issue on old version 2.5.0-dev Status page.

I will test on newer version when we manage to roll out an update. Feel free to close or ignore, if you can not reproduce this.

It seems that a hr within an incident written with markdown (using "----") is thicker than a similar hr in Scheduled Maintenance issue.

I like the thinner better (the one in Scheduled maintenance).

screenshot 2017-02-20 16 40 30

Bug Design

All 9 comments

Woah 2.5.0-dev? We're only actively working on v2.4-dev can you confirm that you're indeed on v2.5?

That is what the Docker image says in Settings.

screenshot 2017-02-21 14 03 28

Hi,

I went to the build environment and checked the version this was happening in.
The actual tag that the container was built from was v2.3.10.

For some reason the UI is not reflecting that.

Are you able to see files within the container? If so, can you share the contents of the VERSION file please?

Ping @djdefi.

Sure, here goes
bash [ec2-user@ip-xxx-xx-xx-xxx ~]$ docker exec -i -t dtstatus_cachet_1 bash www-data@c7819cddf5e8:~/html$ ls CONTRIBUTING.md VERSION bootstrap composer.phar gulpfile.js public storage LICENSE app composer.json config package.json resources vendor README.md artisan composer.lock database phpunit.xml.dist server.php www-data@c7819cddf5e8:~/html$ cat VERSION 2.5.0-dev

The actual version tag that I used to build the container is:
bash [ec2-user@ip-xxx-xx-xx-xxx dt_status]$ git remote -v origin https://github.com/cachethq/Docker.git (fetch) origin https://github.com/cachethq/Docker.git (push) [ec2-user@ip-xxx-xx-xx-xxx dt_status]$ git status HEAD detached at v2.3.9 nothing to commit, working directory clean

We use Github Markdown CSS for styling our Markdown content in incidents, so we only need to override it.

This isn't an issue in v2.4 :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Phelzier picture Phelzier  路  7Comments

meonkeys picture meonkeys  路  6Comments

nprail picture nprail  路  5Comments

GrahamCampbell picture GrahamCampbell  路  3Comments

vesper8 picture vesper8  路  6Comments