mirror of
https://github.com/nextcloud/server.git
synced 2026-05-25 02:34:12 -04:00
Fix border in update notification section
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
51a9995047
commit
82d0a52ce6
1 changed files with 4 additions and 0 deletions
|
|
@ -905,6 +905,10 @@ span.version {
|
|||
}
|
||||
}
|
||||
|
||||
#version.section {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.section {
|
||||
margin-bottom: 0;
|
||||
/* use 2nd child since app-navigation-toggle is the first */
|
||||
|
|
|
|||
Loading…
Reference in a new issue