Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions src/styles/brackets_patterns_override.less
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ a:focus {
/* See styles/bootstrap/patterns.less .modal class.
Pushing this value down to .modal-header and .modal-body
to allow the overall modal to take the width of the footer */
width: 560px;
width: auto;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The default value for width is auto, so I don't think this is needed.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@redmunds actually it is needed, because we need to override it.

}

.modal-footer {
Expand Down Expand Up @@ -599,7 +599,6 @@ a[href^="http"] {

.modal-header {
border-bottom: none;
width: 760px;
padding: 0;

.nav-tabs {
Expand Down Expand Up @@ -690,7 +689,6 @@ a[href^="http"] {
overflow-y: scroll;
background-color: @tc-gray-panel;
padding: 0;
width: 760px;

.empty-message {
position: absolute;
Expand Down Expand Up @@ -764,10 +762,6 @@ a[href^="http"] {
}
}
}

.modal-footer {
width: 730px;
}
}

/* About dialog */
Expand Down