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:
authorChristian Schmidt <github@chsc.dk>2019-03-31 17:04:08 +0300
committerStefan Giehl <stefan@matomo.org>2019-03-31 17:04:08 +0300
commit79b526dc47f8c776577276f93b8ffb93b5973e76 (patch)
tree4bae5bd9d2672a5d5eab8182b3739c17113d1b07 /plugins/Morpheus
parent458f0fa9c04fb9e167b682c89e12f8d3151a1875 (diff)
Use tabular-nums in tables (#14193)
* Use tabular-nums in tables * Update tests
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/stylesheets/main.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Morpheus/stylesheets/main.less b/plugins/Morpheus/stylesheets/main.less
index 8f70054832..9269839e73 100644
--- a/plugins/Morpheus/stylesheets/main.less
+++ b/plugins/Morpheus/stylesheets/main.less
@@ -379,6 +379,7 @@ table.dataTable {
padding-left: 28px;
padding-right: 12px;
text-align: right;
+ font-variant-numeric: tabular-nums;
}
a {