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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/Morpheus/stylesheets/ui/_buttons.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Morpheus/stylesheets/ui/_buttons.less b/plugins/Morpheus/stylesheets/ui/_buttons.less
index c08b763104..6aaccdd9f4 100644
--- a/plugins/Morpheus/stylesheets/ui/_buttons.less
+++ b/plugins/Morpheus/stylesheets/ui/_buttons.less
@@ -39,7 +39,7 @@ button.btn,input[type="submit"].btn, .btn {
// Bootstrap classes (can be removed in the future)
.btn {
- display: table;
+ display: inline-block;
}
.btn-block {
width: 100%;