Update pages/type_text.py
Browse files- pages/type_text.py +1 -1
pages/type_text.py
CHANGED
@@ -25,7 +25,7 @@ st.markdown(
|
|
25 |
right: 0;
|
26 |
background: white;
|
27 |
z-index: 999;
|
28 |
-
padding:
|
29 |
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
|
30 |
}
|
31 |
|
|
|
25 |
right: 0;
|
26 |
background: white;
|
27 |
z-index: 999;
|
28 |
+
padding: 0;
|
29 |
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
|
30 |
}
|
31 |
|