You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sizing the window too small will make the button text run into each other. it should be easy to set min width on the box surrounding the anchor
the anchor tag doesn't fill the whole, visible button. users should be able to click anywhere on the button; not just specifically on the text [which it seems to be now]
The text was updated successfully, but these errors were encountered:
I set the anchors to fill the div and implemented a min-width on each button, but they still run into the QuaCRS logo when the window is too small. Granted, the size of the window is way too small to be useful, but the "QuaCRS" text should disappear before it runs under the buttons.
actually, when the window is small enough, the QuaCRS text will wrap around to the next line. maybe we should set a min width on the nav bar to circumvent the problem?
sizing the window too small will make the button text run into each other. it should be easy to set min width on the box surrounding the anchor
the anchor tag doesn't fill the whole, visible button. users should be able to click anywhere on the button; not just specifically on the text [which it seems to be now]
The text was updated successfully, but these errors were encountered: