1
0
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:
Patrik J. Braun 2022-12-17 10:51:11 +01:00
parent 14abe72262
commit 5fe327af0d

View File

@ -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">