changeset 25650912aa20 in sao:default
details: https://hg.tryton.org/sao?cmd=changeset&node=25650912aa20
description:
Add bottom padding to tabs
This is to show the bottom shadow of the form with vertical scroll.
issue11142
review385771002
diffstat:
src/sao.less | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r a96bf0b0b065 -r 25650912aa20 src/sao.less
--- a/src/sao.less Sun Jan 30 01:42:23 2022 +0100
+++ b/src/sao.less Sun Jan 30 13:02:31 2022 +0100
@@ -138,6 +138,7 @@
#menu, #tabs {
margin-top: 5px;
+ padding-bottom: 5px;
}
#menu {