summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.scss7
1 files changed, 5 insertions, 2 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss
index e984707e7d4..18a298d39b6 100644
--- a/core/css/styles.scss
+++ b/core/css/styles.scss
@@ -1033,6 +1033,8 @@ code {
font-weight: normal;
color: nc-lighten($color-main-text, 33%);
opacity: .8;
+ width: 26px;
+ padding: 2px;
}
tr:hover {
background-color: inherit;
@@ -1140,10 +1142,11 @@ code {
flex-wrap: nowrap;
justify-content: space-between;
td {
- display: block;
- flex: 1 1;
+ flex: 1 1 auto;
margin: 0;
padding: 2px;
+ height: 26px;
+ width: 26px;
display: flex;
align-items: center;
justify-content: center;