File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
CodeBeam.MudBlazor.Extensions/Components Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4444 }
4545 else
4646 {
47- <div class =" d-flex flex-wrap align-center mud-width-full" >
47+ <div class =" d-flex flex-wrap align-center mud-width-full" style = " overflow : hidden ; " >
4848
4949 @if (ShowVisualiser == true )
5050 {
Original file line number Diff line number Diff line change 1616 Disabled =" @GetDisabledState()" ReadOnly =" true" Error =" @Error" ErrorId =" @ErrorId"
1717 Clearable =" @Clearable" OnClearButtonClick =" (async (e) => await SelectClearButtonClickHandlerAsync(e))"
1818 @attributes =" UserAttributes" OnBlur =" @OnLostFocus" ShrinkLabel =" @ShrinkLabel"
19- ShowVisualiser =" true" DataVisualiserStyle =" min-height: 1.1876em" >
19+ ShowVisualiser =" true" DataVisualiserStyle =" min-height: 1.1876em; padding-right: 0px; " >
2020
2121 <AdornmentEnd >
2222 <MudIcon Icon =" @_currentIcon" Color =" @AdornmentColor" Size =" @IconSize" @onclick =" OnAdornmentClick" />
2323 </AdornmentEnd >
2424
2525 <DataVisualiser >
26- <div class =" @TemplateClass" >
26+ <div class =" @TemplateClass" style = " overflow : hidden ; text-overflow : ellipsis ; " >
2727 @if (Strict && ! IsValueInList )
2828 {
2929 // Show nothing
You can’t perform that action at this time.
0 commit comments