Hansimov commited on
Commit
a7f8b93
1 Parent(s): 584ffa5

:zap: [Enhance] Center align agent name

Browse files
Files changed (1) hide show
  1. css/default.css +4 -0
css/default.css CHANGED
@@ -36,6 +36,10 @@ body {
36
  flex: 0 0 auto;
37
  }
38
 
 
 
 
 
39
  #chat-session-container {
40
  overflow-y: auto;
41
  overflow-x: hidden;
 
36
  flex: 0 0 auto;
37
  }
38
 
39
+ #agents-select {
40
+ text-align: center;
41
+ }
42
+
43
  #chat-session-container {
44
  overflow-y: auto;
45
  overflow-x: hidden;