mirror of
https://github.com/xuthus83/pigallery2.git
synced 2025-01-14 14:43:17 +08:00
Fixing navigator style issue when the search query is too long
This commit is contained in:
parent
14abe72262
commit
5fe327af0d
@ -1,5 +1,5 @@
|
||||
<div class="container-fluid mb-2 pt-1 pb-1">
|
||||
<nav class="d-md-flex" aria-label="breadcrumb">
|
||||
<div class="container-fluid mb-2 pt-1 pb-1 pe-0 ps-0">
|
||||
<nav class="d-md-flex row" aria-label="breadcrumb">
|
||||
<div class="col-12 col-md-auto">
|
||||
<ol *ngIf="isDirectory" id="directory-path" class="mb-0 mt-1 breadcrumb">
|
||||
<li *ngFor="let path of Routes" class="breadcrumb-item">
|
||||
|
Loading…
x
Reference in New Issue
Block a user