Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 2f9ab13

Browse files
committed
Merge pull request #5484 from WebsiteDeveloper/Issue-5476
Issue #5476: Fix layout issue
2 parents 60552cd + 760a3fe commit 2f9ab13

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/styles/brackets_patterns_override.less

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ a:focus {
438438
/* See styles/bootstrap/patterns.less .modal class.
439439
Pushing this value down to .modal-header and .modal-body
440440
to allow the overall modal to take the width of the footer */
441-
width: 560px;
441+
width: auto;
442442
}
443443

444444
.modal-footer {
@@ -599,7 +599,6 @@ a[href^="http"] {
599599

600600
.modal-header {
601601
border-bottom: none;
602-
width: 760px;
603602
padding: 0;
604603

605604
.nav-tabs {
@@ -690,7 +689,6 @@ a[href^="http"] {
690689
overflow-y: scroll;
691690
background-color: @tc-gray-panel;
692691
padding: 0;
693-
width: 760px;
694692

695693
.empty-message {
696694
position: absolute;
@@ -764,10 +762,6 @@ a[href^="http"] {
764762
}
765763
}
766764
}
767-
768-
.modal-footer {
769-
width: 730px;
770-
}
771765
}
772766

773767
/* About dialog */

0 commit comments

Comments
 (0)