We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e089b92 + e524823 commit 2402b1eCopy full SHA for 2402b1e
packages/module/src/ChatbotHeader/ChatbotHeader.scss
@@ -2,15 +2,29 @@
2
// Chatbot Header
3
// ============================================================================
4
.pf-chatbot__header {
5
+ display: flex;
6
position: relative;
7
background-color: var(--pf-t--chatbot--background);
8
+ justify-content: space-between;
9
10
// Title -or- Brand
11
.pf-chatbot__title {
12
img {
13
max-height: 40px;
14
}
15
16
+
17
+ .pf-chatbot__menu {
18
+ flex-shrink: 0;
19
+ }
20
21
+ .pf-chatbot__actions {
22
+ width: 218px;
23
24
+ flex-grow: 0;
25
26
+ justify-content: flex-end;
27
28
29
30
0 commit comments