diff options
| author | geireann <geireann.lindfield@gmail.com> | 2021-08-31 15:03:37 -0400 |
|---|---|---|
| committer | geireann <geireann.lindfield@gmail.com> | 2021-08-31 15:03:37 -0400 |
| commit | 59458f5c11e7e0891391da65a54269a56c5c71b6 (patch) | |
| tree | 6f9657e2728a975a6c7b698a80e3a366aa81a9de /src/client/views/PropertiesView.scss | |
| parent | 64fae6de1373f0db18ff98054227f217640952c2 (diff) | |
there will be issues as a result of this
Diffstat (limited to 'src/client/views/PropertiesView.scss')
| -rw-r--r-- | src/client/views/PropertiesView.scss | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss index 321b83f52..554f137cb 100644 --- a/src/client/views/PropertiesView.scss +++ b/src/client/views/PropertiesView.scss @@ -825,9 +825,8 @@ } .editable-title { - padding: 6px; - padding-bottom: 2px; - border: solid 1px $dark-gray; + border: solid 1px #323232; + height: fit-content; &:hover { border: 0.75px solid $medium-blue; |
