File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 2
2
< ion-title > This is the title that never ends. It just goes on and on my friend.</ ion-title >
3
3
</ ion-toolbar >
4
4
5
+ < ion-toolbar >
6
+ < ion-buttons start >
7
+ < button >
8
+ < ion-icon name ="contact "> </ ion-icon >
9
+ </ button >
10
+ < button >
11
+ < ion-icon name ="search "> </ ion-icon >
12
+ </ button >
13
+ </ ion-buttons >
14
+ < ion-buttons end >
15
+ < button secondary >
16
+ < ion-icon name ="more "> </ ion-icon >
17
+ </ button >
18
+ </ ion-buttons >
19
+ < ion-title > This is a long title with buttons. It just goes on and on my friend.</ ion-title >
20
+ </ ion-toolbar >
5
21
6
22
< ion-toolbar >
7
23
< ion-buttons start >
207
223
.toolbar {
208
224
border-bottom : 1px solid black;
209
225
}
210
- </ style >
226
+ </ style >
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ ion-navbar-section {
57
57
.toolbar-content {
58
58
flex : 1 ;
59
59
order : map-get ($toolbar-order-ios , content );
60
+ min-width : 0 ;
60
61
}
61
62
62
63
.toolbar-title {
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ ion-navbar-section {
52
52
flex : 1 ;
53
53
order : map-get ($toolbar-order-md , content );
54
54
max-width : 100% ;
55
+ min-width : 0 ;
55
56
}
56
57
57
58
.toolbar-title {
You can’t perform that action at this time.
0 commit comments