File tree Expand file tree Collapse file tree 2 files changed +0
-41
lines changed
Expand file tree Collapse file tree 2 files changed +0
-41
lines changed Original file line number Diff line number Diff line change 2020 flex-shrink : 0 ;
2121}
2222
23- .ui5-ai-writing-assistant-footer-bar {
24- background : var (--_ui5_texteditor_toolbar_background , var (--sapPageFooter_Background ));
25- width : 100% ;
26- box-sizing : border-box;
27- box-shadow : none;
28- border-bottom : none;
29- border-top : none;
30- }
31-
3223.ui5-ai-writing-assistant-footer-bar--with-border {
3324 border-top : 1px solid var (--sapPageFooter_BorderColor );
3425}
35-
36- .ui5-ai-writing-assistant-action-label {
37- margin-left : 0.5rem ;
38- color : var (--sapContent_LabelColor );
39- font-size : var (--sapFontSmallSize );
40- }
41-
42- # ai-menu-wrapper {
43- position : relative;
44- z-index : 1000 ;
45- }
Original file line number Diff line number Diff line change 1- .ui5-ai-textarea-root {
2- position : relative;
3- display : flex;
4- flex-direction : column;
5- width : 100% ;
6- height : 100% ;
7- }
8-
9- .ui5-ai-textarea-root .ui5-textarea-wrapper {
10- display : flex;
11- flex-direction : column;
12- flex : 1 ;
13- position : relative;
14- }
15-
16- .ui5-ai-textarea-root [part = "footer" ] {
17- width : 100% ;
18- margin-top : auto;
19- flex-shrink : 0 ;
20- }
21-
221.ui5-ai-writing-assistant-footer-bar {
232 background : var (--_ui5_texteditor_toolbar_background , var (--sapPageFooter_Background ));
243 width : 100% ;
You can’t perform that action at this time.
0 commit comments