mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
user files minor styling fix
This commit is contained in:
parent
6a53ac0268
commit
d22e20b79e
2 changed files with 2 additions and 5 deletions
|
@ -320,7 +320,6 @@ export default function UserFiles({ router, globalData }) {
|
|||
}
|
||||
return (
|
||||
<div
|
||||
className={styles.row}
|
||||
title={name}
|
||||
key={name}
|
||||
onClick={() => {
|
||||
|
|
|
@ -38,7 +38,9 @@
|
|||
}
|
||||
|
||||
.rows > div {
|
||||
word-wrap: anywhere;
|
||||
cursor: pointer;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.rows > div:nth-child(2n + 1) {
|
||||
|
@ -110,7 +112,3 @@
|
|||
.title > div:nth-child(2) {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.row > div {
|
||||
word-wrap: anywhere;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue