Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
check
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_web
check
Commits
e0161555
Commit
e0161555
authored
Dec 01, 2022
by
Takumi Imai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#50924 カテゴリーのパンくずで、種別名と階層区切り?「>」が被って表示される
parent
47357646
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
7 deletions
+13
-7
abweb/common/css/app.css
+13
-7
No files found.
abweb/common/css/app.css
View file @
e0161555
...
...
@@ -6169,6 +6169,17 @@ body {
text-align
:
left
;
background-color
:
#ffffff
;
}
::-webkit-scrollbar
{
width
:
8px
;
height
:
8px
;
}
::-webkit-scrollbar-thumb
{
background
:
#c5c5c563
;
border-radius
:
2px
;
}
::-webkit-scrollbar-thumb:hover
{
background
:
#c5c5c5
;
}
[
tabindex
=
"-1"
]
:focus:not
(
:focus-visible
)
{
outline
:
0
!important
...
...
@@ -20385,13 +20396,8 @@ button {
}
.breadcrumb .breadcrumb-item {
font-size: 1rem
}
@media (max-width: 767.98px) {
.breadcrumb-item+.breadcrumb-item {
padding-right:1rem
}
font-size: 1rem;
display: flex;
}
.has-search .form-control {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment