mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-11 14:45:59 +08:00
Small css fix for report action dropdown (#3279)
This commit is contained in:
parent
01dfd305ab
commit
e25bd039d5
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
.report-actions-menu {
|
.report-actions-menu {
|
||||||
width: 200px;
|
width: 200px !important;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue