s7monk commented on code in PR #315:
URL: https://github.com/apache/paimon-webui/pull/315#discussion_r1630535660
##########
paimon-web-ui/src/views/playground/components/query/components/console/components/table/index.module.scss:
##########
@@ -24,4 +24,11 @@ under the License. */
.table {
padding-left: 20px;
}
-}
\ No newline at end of file
+
+ .no-data-only-top-border {
+ border-top: 1px solid #ccc;
+ border-left: none;
+ border-right: none;
+ border-bottom: none;
Review Comment:
This is not used, I removed it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]