mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-08 21:06:24 +08:00
Fix complete button position
This commit is contained in:
parent
8176ce3a9d
commit
b460cd4384
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
float: left;
|
float: left;
|
||||||
width: calc(100% - 180px);
|
width: calc(100% - 280px);
|
||||||
|
|
||||||
.flex-block {
|
.flex-block {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Add table
Reference in a new issue