mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
13 lines
271 B
SCSS
13 lines
271 B
SCSS
/* Copyright 2021 ITerra - Sergey Shebanin
|
|
* License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). */
|
|
|
|
// Shortcut table ui improvement
|
|
.o_shortcut_table {
|
|
width: 100%;
|
|
white-space: nowrap;
|
|
max-width: 400px;
|
|
td {
|
|
padding: 0 20px;
|
|
}
|
|
}
|