Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error display folder depth in workspace #905

Closed
kyungtaak opened this issue Nov 26, 2018 · 1 comment
Closed

Error display folder depth in workspace #905

kyungtaak opened this issue Nov 26, 2018 · 1 comment
Assignees
Labels
bug Something isn't working @common Component Name : Common p1 Priority 1
Milestone

Comments

@kyungtaak
Copy link
Contributor

Describe the bug
워크스페이스 내 폴더에 진입하면 현재 위치를 표현하는 depth 정보를 나타낼수 있는데, 이 부분에 폴더 명이 길어지고 depth가 많아지면 folder depth 표현이 어긋나고 버튼 클릭이 되지 않는 경우가 있습니다.

To Reproduce
Steps to reproduce the behavior:

  1. Go to workspace view
  2. Click on 'creation folder' icon
  3. Input folder name (long~~) and save.
  4. Enter folder
  5. Repeat 10 times (3 -> 4 )
  6. See error

Expected behavior

  • 폴더 뎁스는 10개까지 제한합니다.
  • 전체 width는 반응형으로 스크린의 크기에 따라 너비 비율을 둡니다.

Screenshots
image

Desktop (please complete the following information):
(N/A)

Additional context
(N/A)

@kyungtaak kyungtaak added bug Something isn't working @common Component Name : Common p1 Priority 1 labels Nov 26, 2018
@kyungtaak kyungtaak added this to the 3.1.0 milestone Nov 26, 2018
@koeun222
Copy link

koeun222 commented Nov 26, 2018

image

화면크기에 따라 text 영역을 가변적으로 적용
min-width : 70px
max-width : 200px
(첨부이미지는 최소너비일경우 화면입니다)

eltriny pushed a commit that referenced this issue Nov 29, 2018
eltriny pushed a commit that referenced this issue Dec 5, 2018
kyungtaak pushed a commit that referenced this issue Dec 5, 2018
* #905 Restrict sub-folder creation and adjust min-width

* #905 adjust min width for folder list

* #905 change style that workspace folder list
alchan-lee pushed a commit that referenced this issue Dec 7, 2018
* #905 Restrict sub-folder creation and adjust min-width

* #905 adjust min width for folder list

* #905 change style that workspace folder list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working @common Component Name : Common p1 Priority 1
Projects
None yet
Development

No branches or pull requests

3 participants