mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 08:15:00 +00:00
desktop/topic.scss: fix responsive width
#topic-closing-info max-width fix for responsive issues below 757px
This commit is contained in:
parent
c33d08e296
commit
b501c3c6c6
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user