aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/list/BugRow.tsx
diff options
context:
space:
mode:
authorTim Becker <tim.becker@mni.thm.de>2021-03-24 23:26:14 +0100
committerSascha <GlancingMind@outlook.com>2021-04-08 14:56:59 +0200
commitd39e6c4c4391c1a3cd96f791b47d66b043da7f51 (patch)
treec4a45588aa95d4ac76350c5b718ee2dca85ce5e8 /webui/src/pages/list/BugRow.tsx
parentabbed0ff129755386ccbf89409ff8c3877f86d20 (diff)
downloadgit-bug-d39e6c4c4391c1a3cd96f791b47d66b043da7f51.tar.gz
Add label menu to bug detail page
Also support label color in label filter menu on bug list page
Diffstat (limited to 'webui/src/pages/list/BugRow.tsx')
-rw-r--r--webui/src/pages/list/BugRow.tsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/webui/src/pages/list/BugRow.tsx b/webui/src/pages/list/BugRow.tsx
index 1f5d22aa..190370b0 100644
--- a/webui/src/pages/list/BugRow.tsx
+++ b/webui/src/pages/list/BugRow.tsx
@@ -71,9 +71,6 @@ const useStyles = makeStyles((theme) => ({
},
labels: {
paddingLeft: theme.spacing(1),
- '& > *': {
- display: 'inline-block',
- },
},
commentCount: {
fontSize: '1rem',