2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

Merge pull request #4713 from vvanpo/master

desktop/topic.scss: fix responsive width
This commit is contained in:
Jeff Atwood 2017-02-19 20:27:12 -08:00 committed by GitHub
commit 4f32d9e9f7

View file

@ -83,7 +83,7 @@
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -75%);
padding-top: 10px;
height: 20px;
width: 757px;
max-width: 757px;
}
#topic-progress-wrapper {