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:39:38 +0300
committerGitHub <noreply@github.com>2016-10-04 01:39:38 +0300
commit2cfd2e6883320040121f2c437d6aec3074dcb986 (patch)
tree6a272fd9d9893eb2b72111957ca6e0fb09813105
parent49b09bb9b7858a5f79dd45d883342fa77b8563a4 (diff)
Revert "Buttons should display whole text when text is more than one line" (#10662)
-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%;