File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 25
25
```
26
26
- New icons (see [ tabler icons 3.10] ( https://tabler.io/changelog ) )
27
27
- Updated apexcharts.js to [ v3.50.0] ( https://github.com/apexcharts/apexcharts.js/releases/tag/v3.50.0 )
28
-
28
+ - Improve truncation of long page titles
29
+ - ![ screenshot long title] ( https://github.com/lovasoa/SQLpage/assets/552629/9859023e-c706-47b3-aa9e-1c613046fdfa )
29
30
## 0.24.0 (2024-06-23)
30
31
- in the form component, searchable ` select ` fields now support more than 50 options. They used to display only the first 50 options.
31
32
- ![ screenshot] ( https://github.com/lovasoa/SQLpage/assets/552629/40571d08-d058-45a8-83ef-91fa134f7ce2 )
Original file line number Diff line number Diff line change 66
66
{{ #if (or (or title (or icon image )) menu_item )}}
67
67
<header id =" sqlpage_header" >
68
68
<nav class =" navbar navbar-expand-md navbar-light{{ #if fixed_top_menu }} fixed-top{{ /if }} " >
69
- <div class =" container-fluid" >
70
- <a class =" navbar-brand flex-grow-1 overflow-hidden " href =" {{ #if link }} {{ link }} {{ else }} /{{ /if }} " >
69
+ <div class =" container-fluid gap-2 " >
70
+ <a class =" navbar-brand" href =" {{ #if link }} {{ link }} {{ else }} /{{ /if }} " >
71
71
{{ #if image }}
72
72
<img src =" {{ image }} " alt =" {{ title }} " width =" 32" height =" 32"
73
73
class =" navbar-brand-image" >
74
74
{{ /if }}
75
75
{{ #if icon }}
76
76
{{~ icon_img icon ~}}
77
77
{{ /if }}
78
- <h1 class =" mb-0 w-0 fs-2" >{{ title }} </h1 >
79
78
</a >
79
+ <h1 class =" mb-0 fs-2 text-truncate" >{{ title }} </h1 >
80
80
<button class =" navbar-toggler" type =" button" data-bs-toggle =" collapse"
81
81
data-bs-target =" #navbar-menu" aria-controls =" navbar-menu" aria-expanded =" false"
82
82
aria-label =" Toggle navigation" >
You can’t perform that action at this time.
0 commit comments