diff --git a/myproject/pos/static/pos/css/terminal.css b/myproject/pos/static/pos/css/terminal.css index caf8056..edf7494 100644 --- a/myproject/pos/static/pos/css/terminal.css +++ b/myproject/pos/static/pos/css/terminal.css @@ -269,10 +269,10 @@ body { /* Стили для кнопок в панели действий */ .action-buttons-panel .btn { - font-size: 0.75rem; + font-size: 0.95rem; + font-weight: 700; line-height: 1.2; - white-space: normal; - word-wrap: break-word; + white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: flex;