mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-13 08:34:49 +08:00
Merge pull request #1236 from ZmagoD/zd_SCI_2592
fixes file name label in repository file field [fixes SCI-2592]
This commit is contained in:
commit
6b4d5c1562
1 changed files with 2 additions and 1 deletions
|
@ -69,9 +69,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.file-name-label {
|
.file-name-label {
|
||||||
|
margin-bottom: 0px;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
margin-bottom: 0px;
|
word-break: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
Loading…
Add table
Reference in a new issue