From 69761cfd229bed29f1ad05c9cc74cff0dd3b848d Mon Sep 17 00:00:00 2001 From: Sergey Karmanov Date: Thu, 14 May 2026 00:01:37 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=B2=D0=BA=D0=BB=D0=B0=D0=B4=D0=BA?= =?UTF-8?q?=D0=B8=20=C2=AB=D0=9C=D0=BE=D0=B8=20=D0=B7=D0=B0=D0=BF=D0=B8?= =?UTF-8?q?=D1=81=D0=B8=C2=BB=20=D0=B1=D0=BE=D0=BB=D1=8C=D1=88=D0=B5=20?= =?UTF-8?q?=D0=BD=D0=B5=20=D1=80=D0=B0=D1=81=D1=82=D1=8F=D0=B3=D0=B8=D0=B2?= =?UTF-8?q?=D0=B0=D1=8E=D1=82=D1=81=D1=8F=20=D0=BD=D0=B0=20=D0=B2=D1=81?= =?UTF-8?q?=D1=8E=20=D1=88=D0=B8=D1=80=D0=B8=D0=BD=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Добавлен width: fit-content для .tabs — родитель .page-content является flex-контейнером с stretch, из-за чего вкладки растягивались. Теперь tabs занимает только пространство контента. --- frontend/src/views/student/MyLecturesView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/student/MyLecturesView.vue b/frontend/src/views/student/MyLecturesView.vue index 82a17f0..6135dda 100644 --- a/frontend/src/views/student/MyLecturesView.vue +++ b/frontend/src/views/student/MyLecturesView.vue @@ -98,7 +98,7 @@ async function confirmCancel() {