aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/scss/_modal.scss
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-03-06 21:10:24 +0100
committerMario <mario@mariovavti.com>2024-03-06 21:10:24 +0100
commit3eea4f475ce80cefb16167782a04a65ba5091e84 (patch)
tree35893e0a8faa4a2d24754f33329f5eb892abb322 /vendor/twbs/bootstrap/scss/_modal.scss
parent37b22fe542eb8f336c167c982bf458852e8b32b9 (diff)
parentb5b8106e7a14d11579de6479187a4a920b3aaab9 (diff)
downloadvolse-hubzilla-3eea4f475ce80cefb16167782a04a65ba5091e84.tar.gz
volse-hubzilla-3eea4f475ce80cefb16167782a04a65ba5091e84.tar.bz2
volse-hubzilla-3eea4f475ce80cefb16167782a04a65ba5091e84.zip
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'vendor/twbs/bootstrap/scss/_modal.scss')
-rw-r--r--vendor/twbs/bootstrap/scss/_modal.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/twbs/bootstrap/scss/_modal.scss b/vendor/twbs/bootstrap/scss/_modal.scss
index 5f1429fe4..494db94e7 100644
--- a/vendor/twbs/bootstrap/scss/_modal.scss
+++ b/vendor/twbs/bootstrap/scss/_modal.scss
@@ -126,7 +126,6 @@
display: flex;
flex-shrink: 0;
align-items: center;
- justify-content: space-between; // Put modal header elements (title and dismiss) on opposite ends
padding: var(--#{$prefix}modal-header-padding);
border-bottom: var(--#{$prefix}modal-header-border-width) solid var(--#{$prefix}modal-header-border-color);
@include border-top-radius(var(--#{$prefix}modal-inner-border-radius));