fossology / FOSSologyUI

Repository to hold the new UI framework for FOSSology built with React
https://fossology.github.io/FOSSologyUI/
GNU General Public License v2.0
49 stars 88 forks source link

fix(ui): fixed the textareas in all the pages #148

Closed Shruti3004 closed 2 years ago

Shruti3004 commented 3 years ago

Description

Fixed the textareas in all the pages, the font inside textareas are weirdly bold and their sizes are small at some places and some places has width 100%.

Screenshots

Before

Screenshot from 2021-08-07 03-28-01

After

Screenshot from 2021-08-07 03-33-05

sjha2048 commented 3 years ago

Can a little bit of padding between the text and textbox be added?

Shruti3004 commented 3 years ago

Can a little bit of padding between the text and textbox be added?

@sjha2048 fixed it!

Screenshot from 2021-08-11 20-13-17

GMishx commented 3 years ago

Can the text-area of license text have monospace font? Maximum licenses are optimized for text files of fixed width and thus formatted like that. image

github-actions[bot] commented 3 years ago

This pull request has conflicts, please rebase to resolve those before we can evaluate the pull request.

Shruti3004 commented 3 years ago

Can the text-area of license text have monospace font? Maximum licenses are optimized for text files of fixed width and thus formatted like that. image

@GMishx made it monospaced. Screenshot from 2021-08-12 19-04-06