diff options
| author | Mark Otto <[email protected]> | 2018-09-18 21:42:38 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-09-18 21:42:38 -0700 |
| commit | 55655b27816f84655d19e00b7b11deb2593f93cd (patch) | |
| tree | 40e6302733f62bfa730c74a6655dfa8b647eb3cb /dist/css/bootstrap.css | |
| parent | 2f611c657bdeb30aa5a065164c61ce213a8de196 (diff) | |
| download | bootstrap-55655b27816f84655d19e00b7b11deb2593f93cd.tar.xz bootstrap-55655b27816f84655d19e00b7b11deb2593f93cd.zip | |
dist
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 04bba8df4..5b4ac8fdf 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5469,14 +5469,14 @@ button.close { align-items: flex-start; -ms-flex-pack: justify; justify-content: space-between; - padding: 1rem; + padding: 1rem 1rem; border-bottom: 1px solid #e9ecef; border-top-left-radius: 0.3rem; border-top-right-radius: 0.3rem; } .modal-header .close { - padding: 1rem; + padding: 1rem 1rem; margin: -1rem -1rem -1rem auto; } |
