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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2016-10-04 01:24:46 +0300
committerGitHub <noreply@github.com>2016-10-04 01:24:46 +0300
commit49b09bb9b7858a5f79dd45d883342fa77b8563a4 (patch)
tree1d04c686210063eb458e0a9c4f0181db21b0ae14
parentd69bc3e07bbb526c530faa58379bc6cdce7e1003 (diff)
Button should display whole text when text is long (#10657)
-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 6aaccdd9f4..c08b763104 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: inline-block;
+ display: table;
}
.btn-block {
width: 100%;