Deema commited on
Commit
40a05fd
·
verified ·
1 Parent(s): 77cff49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ css = """
19
  #component-17
20
  {
21
  text-align: right;
22
- justify-content: flex-start; / Aligns children to the right */
23
  }
24
  """
25
 
 
19
  #component-17
20
  {
21
  text-align: right;
22
+ flex-direction: row-reverse; /* Makes the main-axis start from the right /
23
  }
24
  """
25