Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2017-10-03 06:34:56 +0300
committerMark Otto <markd.otto@gmail.com>2017-10-03 06:34:56 +0300
commit7b766e1ad53b0c22de42dac04d2472f287334e2a (patch)
treec5e869bdfda6e10628c83758bab3c238e5a48b98 /scss/_modal.scss
parentf58997a0dae54dc98d11892afef9acb85bdc6a1e (diff)
Switch to stylelint. (#23572)
Diffstat (limited to 'scss/_modal.scss')
-rw-r--r--scss/_modal.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/scss/_modal.scss b/scss/_modal.scss
index 15e3754b7b..e655850e38 100644
--- a/scss/_modal.scss
+++ b/scss/_modal.scss
@@ -90,7 +90,8 @@
.close {
padding: $modal-header-padding;
- margin: (-$modal-header-padding) (-$modal-header-padding) (-$modal-header-padding) auto; // auto on the left force icon to the right even when there is no .modal-title
+ // auto on the left force icon to the right even when there is no .modal-title
+ margin: (-$modal-header-padding) (-$modal-header-padding) (-$modal-header-padding) auto;
}
}