web/satellite: project edit page: back button click area decreased

WHAT:
decreased back button's clickable area to avoid missclicking

WHY:
bug fixing

Change-Id: Ia38ff076b4204b00822cf97c7cca52dbef38baf5
This commit is contained in:
VitaliiShpital 2020-10-26 19:51:26 +02:00 committed by Vitalii Shpital
parent 53ba01b1f1
commit 2f4e383997

View File

@ -208,6 +208,7 @@ export default class EditProjectDetails extends Vue {
width: 727px;
&__back {
width: fit-content;
cursor: pointer;
font-weight: 500;
font-size: 16px;